From 58ac6f3072f29c6cbe64773533208bfc4154b111 Mon Sep 17 00:00:00 2001 From: Tomas Plesnik <plesnik@ics.muni.cz> Date: Wed, 23 Apr 2014 11:21:48 +0200 Subject: [PATCH] pridan novy typ vulnerability do validacni hashe --- src/warden-server/etc/warden-server.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/warden-server/etc/warden-server.conf b/src/warden-server/etc/warden-server.conf index 2180aca..6c3588a 100644 --- a/src/warden-server/etc/warden-server.conf +++ b/src/warden-server/etc/warden-server.conf @@ -52,6 +52,6 @@ $MAX_EVENTS_LIMIT = 1000000; # VALID_STRINGS - validation hash containing allowed event attributes #------------------------------------------------------------------------------- %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:"] ); -- GitLab