-
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/484/20240615/v1 #11309
next/484/20240615/v1 #11309
Conversation
No need to init ptrs to NULL after SCCalloc.
Implement special "isset" and "isnotset" modes. "isset" matches if an IP address is part of an iprep category with any value. It is internally implemented as ">=,0", which should always be true if there is a value to evaluate, as valid reputation values are 0-127. "isnotset" matches if an IP address is not part of an iprep category. Internally it is implemented outside the uint support. Ticket: OISF#6857.
Bring in line with new Rust code naming for FFI functions.
When replaying a pcap file, it is not possible to get rules profiling because it has to be activated from the unix socket. This patch adds a new option to be able to activate profiling collection at start so a pcap run can get rules profiling information.
This fixes the state handling and simplify the logic.
As the function SCEnipRegisterParsers is already marked as unsafe
detect: make number of keywords dynamic Ticket: 4683
Ticket: 4863 On the way, convert unit test DetectSNMPCommunityTest to a SV test. And also, make snmp.pdu_type use a generic uint32 for detection, allowing operators, instead of just equality.
Ticket: 4863
Ticket: 4863
Ticket: 4863
"default_features" is being deprecated in Rust 2024.
New warning from rustc. The other option is to allow dead code, however this is more explicit, and when they are read, its obvious they should be renamed.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #11309 +/- ##
==========================================
+ Coverage 82.45% 82.47% +0.01%
==========================================
Files 961 934 -27
Lines 251710 252270 +560
==========================================
+ Hits 207552 208055 +503
- Misses 44158 44215 +57
Flags with carried forward coverage won't be shown. Click here to find out more. |
WARNING: ERROR: QA failed on SURI_TLPR1_suri_time.
Pipeline 21097 |
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.
Merge looks clean.
Information: QA ran without warnings. Pipeline 21100 |
Staging:
SV_BRANCH=OISF/suricata-verify#1918