-
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
Detect http uri sv 3725 v1 #11307
Detect http uri sv 3725 v1 #11307
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #11307 +/- ##
==========================================
- Coverage 82.45% 82.40% -0.06%
==========================================
Files 961 961
Lines 251710 249154 -2556
==========================================
- Hits 207552 205319 -2233
+ Misses 44158 43835 -323
Flags with carried forward coverage won't be shown. Click here to find out more. |
WARNING:
Pipeline 21090 |
@@ -1296,6 +1296,20 @@ int AppLayerParserParse(ThreadVars *tv, AppLayerParserThreadCtx *alp_tctx, Flow | |||
uint32_t consumed = input_len; | |||
const uint8_t direction = (flags & STREAM_TOSERVER) ? 0 : 1; | |||
|
|||
#ifdef UNSAFE_DUMMY_SVTEST_CONVERSION |
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.
this commit is too messy to get merged
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.
removing the messy commit then :-)
Continued in #11315 |
Link to ticket: https://redmine.openinfosecfoundation.org/issues/
https://redmine.openinfosecfoundation.org/issues/3725
Describe changes:
Thay all follow the same basis :
SV_BRANCH=OISF/suricata-verify#1917
Should we have the first helper dummy commit that helps create these tests ?