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

pridano makro pro validacni hash VALID_STRINGS

parent e9d4062b
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,5 @@ $MAX_EVENTS_LIMIT = "_MAX_EVENTS_LIMIT_"; ...@@ -52,6 +52,5 @@ $MAX_EVENTS_LIMIT = "_MAX_EVENTS_LIMIT_";
# 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", "vulnerability", "test", "other", "_any_"], "_VALID_STRINGS"
"source_type" => ["IP", "URL", "Reply-To:"]
); );
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment