Skip to content
Snippets Groups Projects
Commit 58ac6f30 authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

pridan novy typ vulnerability do validacni hashe

parent 1a7bf9a9
Branches
Tags
No related merge requests found
...@@ -52,6 +52,6 @@ $MAX_EVENTS_LIMIT = 1000000; ...@@ -52,6 +52,6 @@ $MAX_EVENTS_LIMIT = 1000000;
# VALID_STRINGS - validation hash containing allowed event attributes # VALID_STRINGS - validation hash containing allowed event attributes
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
%VALID_STRINGS = ( %VALID_STRINGS = (
"type" => ["portscan", "bruteforce", "probe", "spam", "phishing", "botnet_c_c", "dos", "malware", "copyright", "webattack", "test", "other", "_any_"], "type" => ["portscan", "bruteforce", "probe", "spam", "phishing", "botnet_c_c", "dos", "malware", "copyright", "webattack", "vulnerability", "test", "other", "_any_"],
"source_type" => ["IP", "URL", "Reply-To:"] "source_type" => ["IP", "URL", "Reply-To:"]
); );
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment