Closed
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #9500 +/- ##
==========================================
- Coverage 82.18% 82.17% -0.02%
==========================================
Files 968 968
Lines 274203 274215 +12
==========================================
- Hits 225352 225324 -28
- Misses 48851 48891 +40
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
WARNING: ERROR: QA failed on IPS_AFP_drop_chk.
Pipeline 16041 |
victorjulien
requested changes
Nov 19, 2023
| if (AppLayerProtoDetectConfProtoDetectionEnabled("tcp", "pop3")) { | ||
| if (AppLayerProtoDetectPMRegisterPatternCS( | ||
| IPPROTO_TCP, ALPROTO_POP3, "+OK ", 4, 0, STREAM_TOCLIENT) < 0) { | ||
| SCLogInfo("pop3 proto registration failure"); |
Contributor
Author
There was a problem hiding this comment.
nice, also doing it for IMAP
Member
|
QA result seems very unhappy, we should probably see what a rerun does. |
Contributor
Author
There is some expectation as QA counts as FTP some POP3 flows (port 110) Rebased in #9836 |
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.
Link to redmine ticket:
https://redmine.openinfosecfoundation.org/issues/6366
Describe changes:
Provide values to any of the below to override the defaults.
OISF/suricata-verify#1389
First preliminary part for #8892 and https://redmine.openinfosecfoundation.org/issues/1125
This will require a QA rebaseline
After that :