-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 7357 v2 #2202
base: master
Are you sure you want to change the base?
Issue 7357 v2 #2202
Conversation
Add tests exhibiting issue on filestore Tickets: #7346 #7347
Make sure the result are correct with regards to filestore keyword impact.
@@ -0,0 +1,2 @@ | |||
alert http any any -> any any (msg:"alert png images"; http.uri; content:".png"; nocase; sid:1; rev:1;) | |||
alert http any any -> any any (msg:"store png images"; http.uri; content:".png"; nocase; filestore; sid:2; rev:1;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not think this should match, the others look ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see discussion at OISF/suricata#12312 (comment)
@@ -0,0 +1 @@ | |||
alert http any any -> any any (http.uri; content: "toto"; filestore; file.data; content: "tata"; sid:1;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding this, but I think my remark was about false positive (instead of false negative)
So, we want to check that alert http any any -> any any (http.uri; content: "toto"; filestore; file.data; content: "titi"; sid:2;)
does not match
Update of #2111:
Redmine ticket: https://redmine.openinfosecfoundation.org/issues/7357