engine events: fix event names in rules or enum - v2#12079
engine events: fix event names in rules or enum - v2#12079jasonish wants to merge 4 commits intoOISF:masterfrom
Conversation
- not_a_request to not_request - not_a_response to not_reponse Ticket: OISF#7361
- weak_crypto_nodh -> weak_crypto_no_dh - weak_crypto_noauth -> weak_crypto_no_auth Ticket: OISF#7361
The event "modbus.invalid_unit_identifier" no longer exists. Ticket: OISF#7361
Rename InvalidHTTP1Settings to InvalidHttp1Settings so it gets the expected name transformation of "invalid_http1_settings". Ticket: OISF#7361
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12079 +/- ##
=======================================
Coverage 83.37% 83.37%
=======================================
Files 910 910
Lines 257556 257556
=======================================
Hits 214748 214748
Misses 42808 42808
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
Information: QA ran without warnings. Pipeline 23239 |
|
I think this looks good as a fix, but I was wondering if we should fix the rules or the code? We can make the existing rules work by changing the event names in the code, right? Or would we risk breaking ppls working rules that way? |
Risk either way:
|
|
Merged in #12088, thanks! |
| LongFrameData, | ||
| StreamIdReuse, | ||
| InvalidHTTP1Settings, | ||
| InvalidHttp1Settings, |
There was a problem hiding this comment.
Thanks for this one Jason :-)
Changes:
Fixes these warnings when using engine events:
Ticket: https://redmine.openinfosecfoundation.org/issues/7361