Skip to content

Commit f6f9bbd

Browse files
committed
Added more false positives to banlist
1 parent 04576fe commit f6f9bbd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/regexes.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
# The banlist is the list of regexes that are found in crash reports
4949
'banlist': [
5050
re.compile(r'faf\.fa\.proxies', re.I),
51-
re.compile(r'Technic Launcher is starting', re.I)
51+
re.compile(r'Technic Launcher is starting', re.I),
52+
re.compile(r'TDSS rootkit removing tool', re.I),
53+
re.compile(r'INFO: Processing cookbook_file', re.I),
54+
re.compile(r'loading\.target\.rdio', re.I)
5255
]
5356
}

0 commit comments

Comments
 (0)