-
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
Fixes/v3 #5816
Merged
Merged
Fixes/v3 #5816
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix a 'skipped' transaction early in the list leading to all further transactions getting skipped, even if they were fully processed and ready to be cleaned up.
Sleep 250 microseconds instead of 100 as running in KVM cause the old value to use 100% CPU for these threads. Perf testing suggests no measurable impact for the non-KVM case. Ticket: OISF#4096
Codecov Report
@@ Coverage Diff @@
## master #5816 +/- ##
=======================================
Coverage 72.38% 72.38%
=======================================
Files 604 604
Lines 179369 179370 +1
=======================================
+ Hits 129837 129845 +8
+ Misses 49532 49525 -7
Flags with carried forward coverage won't be shown. Click here to find out more. |
This was referenced Feb 12, 2021
Closed
Closed
Merged
jufajardini
added a commit
to jufajardini/suricata
that referenced
this pull request
Mar 30, 2023
jufajardini
added a commit
to jufajardini/suricata
that referenced
this pull request
Mar 30, 2023
Related to Task OISF#5816
jufajardini
added a commit
to jufajardini/suricata
that referenced
this pull request
Mar 30, 2023
jufajardini
added a commit
to jufajardini/suricata
that referenced
this pull request
Mar 30, 2023
jufajardini
added a commit
to jufajardini/suricata
that referenced
this pull request
Mar 30, 2023
jufajardini
added a commit
to jufajardini/suricata
that referenced
this pull request
Mar 30, 2023
jufajardini
added a commit
to jufajardini/suricata
that referenced
this pull request
Mar 30, 2023
jufajardini
added a commit
to jufajardini/suricata
that referenced
this pull request
Mar 30, 2023
jufajardini
added a commit
to jufajardini/suricata
that referenced
this pull request
Mar 30, 2023
jufajardini
added a commit
to jufajardini/suricata
that referenced
this pull request
Mar 30, 2023
Related to Task OISF#5816
jufajardini
added a commit
to jufajardini/suricata
that referenced
this pull request
Mar 30, 2023
jufajardini
added a commit
to jufajardini/suricata
that referenced
this pull request
Mar 30, 2023
jufajardini
added a commit
to jufajardini/suricata
that referenced
this pull request
Mar 30, 2023
jufajardini
added a commit
to jufajardini/suricata
that referenced
this pull request
Mar 30, 2023
jufajardini
added a commit
to jufajardini/suricata
that referenced
this pull request
Mar 30, 2023
jufajardini
added a commit
to jufajardini/suricata
that referenced
this pull request
Apr 16, 2023
Exception policy wouldn't be applied if we were in the context of a simulated flow memcap hit. Related to Task OISF#5816
jufajardini
added a commit
to jufajardini/suricata
that referenced
this pull request
Apr 16, 2023
We will register stats counters for all policies, even though for now Suri only uses one possible configuration policy at a time. The idea is that this could change in the near future, so we want to have this ready. Task OISF#5816
jufajardini
added a commit
to jufajardini/suricata
that referenced
this pull request
Apr 16, 2023
Add stats counters for exception policies applied in case of memcap hit during stream reassembly. Task OISF#5816
jufajardini
added a commit
to jufajardini/suricata
that referenced
this pull request
Apr 16, 2023
Counters for exception policies applied in case a stream session memcap is hit. Task OISF#5816
jufajardini
added a commit
to jufajardini/suricata
that referenced
this pull request
Apr 12, 2024
While our documentation indicated what were the possible configuration settings for exception policies, our yaml only explicitly mentioned exception policy for the master switch. Clearly indicate which config settings are about exception policies. Related to Task OISF#5816 (cherry picked from commit 8defee9)
jufajardini
added a commit
to jufajardini/suricata
that referenced
this pull request
Apr 12, 2024
With the addition of exception policy stats counters, the human readable version of the sats log was mis-aligned, when counters for per-app-proto were enabled. Width change made large enough to accomodate a counter as long as "app_layer.error.bittorrent-dht.exception_policy.pass_packet" which could be valid. Task OISF#5816 (cherry picked from commit 172b55c)
jlucovsky
pushed a commit
to jlucovsky/suricata
that referenced
this pull request
Oct 22, 2024
While our documentation indicated what were the possible configuration settings for exception policies, our yaml only explicitly mentioned exception policy for the master switch. Clearly indicate which config settings are about exception policies. Related to Task OISF#5816 (cherry picked from commit 8defee9)
jlucovsky
pushed a commit
to jlucovsky/suricata
that referenced
this pull request
Oct 22, 2024
With the addition of exception policy stats counters, the human readable version of the sats log was mis-aligned, when counters for per-app-proto were enabled. Width change made large enough to accomodate a counter as long as "app_layer.error.bittorrent-dht.exception_policy.pass_packet" which could be valid. Task OISF#5816 (cherry picked from commit 172b55c)
jlucovsky
pushed a commit
to jlucovsky/suricata
that referenced
this pull request
Oct 22, 2024
While our documentation indicated what were the possible configuration settings for exception policies, our yaml only explicitly mentioned exception policy for the master switch. Clearly indicate which config settings are about exception policies. Related to Task OISF#5816 (cherry picked from commit 8defee9)
jlucovsky
pushed a commit
to jlucovsky/suricata
that referenced
this pull request
Oct 22, 2024
With the addition of exception policy stats counters, the human readable version of the sats log was mis-aligned, when counters for per-app-proto were enabled. Width change made large enough to accomodate a counter as long as "app_layer.error.bittorrent-dht.exception_policy.pass_packet" which could be valid. Task OISF#5816 (cherry picked from commit 172b55c)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#5815, with format fixup.