-
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
next/699/20250126/v1 #12480
next/699/20250126/v1 #12480
Conversation
Commit 2bcc66d broke logging from plugins: - debug visibility was reduced making it unusable from an external crate - the plugins view of the log level was broken To fix: - make debug pub - minor change to initialization of the log LEVEL as seen by the plugin so its seen by the plugin. I'm not really sure why the previous version wasn't working though, but this one does
Ticket: 7515 It is a sticky buffer mapping to the smtp.helo log field
Ticket: 7517 It is a sticky buffer mapping to the smtp.mail_from log field
Ticket: 7516 It is a sticky buffer mapping to the smtp.rcpt_to[] log field It is a multi-buffer
Issue: 7502 Add a sticky buffer for "ftp.command" for matching on FTP command names.
Issue: 7502 This commit documents the new FTP sticky buffer "ftp.command".
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12480 +/- ##
==========================================
+ Coverage 80.52% 80.55% +0.02%
==========================================
Files 923 925 +2
Lines 259176 259303 +127
==========================================
+ Hits 208708 208886 +178
+ Misses 50468 50417 -51
Flags with carried forward coverage won't be shown. Click here to find out more. |
WARNING:
Pipeline 24363 |
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.
LGTM 🚀
Information: QA ran without warnings. Pipeline 24367 |
Staging:
SV_BRANCH=OISF/suricata-verify#2256