summaryrefslogtreecommitdiff
path: root/tests/analysis/scan/fuzzing.py
AgeCommit message (Expand)Author
2023-11-15Ban pattern count indexes sooner (from the grammar).Cyrille Bagard
2023-11-14Handle small base64 encodings which may produce few patterns.Cyrille Bagard
2023-11-08Make the hexadecimal range processing stronger.Cyrille Bagard
2023-10-24Ensure patterns found at the edges of scanned content do not crash the scanner.Cyrille Bagard
2023-10-24Handle big alloctions for strings in conditions with regular expressions.Cyrille Bagard
2023-10-22Do not expect initialized trackers when there is no real defined search pattern.Cyrille Bagard
2023-10-22Consider the 'a' character as a valid lowercase character.Cyrille Bagard
2023-10-22Handle the case where no common item is found from an empty set.Cyrille Bagard
2023-10-22Expect only one argument for the not operator, even in debug mode.Cyrille Bagard
2023-08-07Reject any rule referencing itself as match conditionCyrille Bagard
2023-08-06Reject calls on non callable expressions softly (and fix a little coding mist...Cyrille Bagard
2023-08-06Clean the code for ROST namespaces.Cyrille Bagard
2023-08-06Avoid to count the matches of a non-existing pattern.Cyrille Bagard
2023-08-06Make the "condition" section mandatory in a rule.Cyrille Bagard
2023-08-06Prevent the ACISM backend from crashing when a scan is performed with no patt...Cyrille Bagard