-
Notifications
You must be signed in to change notification settings - Fork 90
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
Multipart mime 3487 v4 #1383
Multipart mime 3487 v4 #1383
Conversation
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.
Some nits inline.
I approve 💯 . Bring me more tests! 😄
|
||
## PCAP | ||
|
||
Previous unit test for MIME in Suricata |
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.
They all say this but have a pcap within every test. Can we deduplicate it?
createst cannot do this at the moment. It copies pcap files to the test..
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.
These are different unit tests / pcaps...
Do I miss something ?
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'm assuming she thought they were all the same... 🤔 maybe just some rewording.
Maybe: Adapted using data from a previous specific unit test for MIME in Suricata.
?
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.
ok
@@ -0,0 +1,48 @@ | |||
# *** Add configuration here *** |
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.
nit: These are indicators to add more conf like min version required and should/can be removed when no additional conf is needed
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.
ah. i see its done in the next commit. I think these fixes should be a part of this commit.
mime: fix tests for bug-6207 Fix manually crafted pcaps to have valid MIME headers folding beginning with space And removing the test for BODY_BOUND which is becoming obsolete
7892393
to
1ba81ee
Compare
Replaced by #1385 |
Ticket
Redmine ticket: https://redmine.openinfosecfoundation.org/issues/3487
See OISF/suricata#9424
#1377 with review taken into account
@inashivb do you approve ?