-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
engine events: fix event names in rules or enum - v2 #12079
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! |
Changes:
Fixes these warnings when using engine events:
Ticket: https://redmine.openinfosecfoundation.org/issues/7361