next/972/20250829/v1#13767
Merged
Merged
Conversation
Ticket: 7865 <=, >=, and != were missing Also warns if an unimplemented mode is tried
Ticket: 7190
Ticket: 7869
As a part of the commit d096b98 a defensive check was added stating that the stream must have EOF flag set if it is in TCP_CLOSING state or above. However, this led to a false positive reported by oss-fuzz whose analysis showed that this does not hold true for TCP_CLOSING state. It does hold true only for TCP_CLOSED or if packet has PKT_PSEUDO_STREAM_END set. TCP_CLOSING state correspond to an established flow hence the correct course of action is to remove the assertion. Bug 7636 Co-authored-by: Philippe Antoine <pantoine@oisf.net>
Sections had wrong levels due to wrong markdown.
For existing descriptions that weren't like that, yet.
|
NOTE: This PR may contain new authors. |
catenacyber
approved these changes
Aug 29, 2025
catenacyber
left a comment
Contributor
There was a problem hiding this comment.
Consistent with approved PRs
good staging SV PR
waiting for QA+CI
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #13767 +/- ##
==========================================
- Coverage 83.72% 83.71% -0.01%
==========================================
Files 1011 1011
Lines 275068 275116 +48
==========================================
+ Hits 230309 230326 +17
- Misses 44759 44790 +31
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
WARNING:
Pipeline = 27279 |
|
Information: QA ran without warnings. Pipeline = 27283 |
This was referenced Aug 29, 2025
This file contains hidden or 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
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.
Staging:
SV_BRANCH=OISF/suricata-verify#2631