Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We identified an issue with the parser for data files from OWASP CRS that we upgraded to and have been testing. It seems that comments at the top of the file aren't actually ignored and actually submitted to matching.
For example here is the newest version of java-classes.data file:
https://github.com/coreruleset/coreruleset/blob/v4.0/dev/rules/java-classes.data
When we launched the newer version of rule 944130: https://github.com/coreruleset/coreruleset/blob/v4.0/dev/rules/REQUEST-944-APPLICATION-ATTACK-JAVA.conf#L123
It was matching requests with
#
in it and not any java classes but when we removed the preamble the erroneous matches went awayBeta Was this translation helpful? Give feedback.
All reactions