mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-27 00:07:16 +00:00
Fixed bug CVE,
CVE was not sending its data to BrowseWarningPaste.
This commit is contained in:
parent
1c40ad522f
commit
4e56f76f62
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ publish = Redis_Duplicate,Redis_ModuleStats,Redis_BrowseWarningPaste
|
||||||
|
|
||||||
[Cve]
|
[Cve]
|
||||||
subscribe = Redis_Cve
|
subscribe = Redis_Cve
|
||||||
publish = Redis_Browse_warning_paste,Redis_Duplicate
|
publish = Redis_BrowseWarningPaste,Redis_Duplicate
|
||||||
|
|
||||||
[Phone]
|
[Phone]
|
||||||
subscribe = Redis_Global
|
subscribe = Redis_Global
|
||||||
|
|
Loading…
Reference in a new issue