fix for threat matches

This commit is contained in:
Kyle Drake 2014-08-11 00:16:39 -07:00
parent 30d4d72b7a
commit 3095185121

View file

@ -63,7 +63,9 @@ class Site < Sequel::Model
CLAMAV_THREAT_MATCHES = [ CLAMAV_THREAT_MATCHES = [
/^VBS/, /^VBS/,
/^PUA\.Win32/, /^PUA\.Win32/,
/^JS\.Popupper/ /^JS\.Popupper/,
/Heuristic\.HTML\.Dropper/,
/PHP\.Hide/
] ]
BANNED_TIME = 2592000 # 30 days in seconds BANNED_TIME = 2592000 # 30 days in seconds