Skip to content
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/269/20240125/v1 #10244

Merged
merged 3 commits into from
Jan 25, 2024
Merged

Conversation

"sigerror_ok" and "sigerror_requires" were not being reset after each
rule which could lead to a rule load error being incorrectly tracked
as skipped rather than failed.

Also initialize "skippedsigs" to 0 along with "goodsigs" and
"badsigs", while not directly related to this issue, could also throw
off some stats.

Ticket: OISF#6710
Move to libhtp to the 0.5.x branch instead of 0.5.45.
@victorjulien victorjulien requested review from jufajardini and a team as code owners January 25, 2024 10:49
Copy link
Member

@inashivb inashivb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

codecov bot commented Jan 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3cb7112) 82.18% compared to head (c3b3c11) 82.28%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #10244      +/-   ##
==========================================
+ Coverage   82.18%   82.28%   +0.09%     
==========================================
  Files         977      977              
  Lines      271894   271950      +56     
==========================================
+ Hits       223465   223771     +306     
+ Misses      48429    48179     -250     
Flag Coverage Δ
fuzzcorpus 63.40% <100.00%> (+0.41%) ⬆️
suricata-verify 61.50% <100.00%> (+0.01%) ⬆️
unittests 62.81% <66.66%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@victorjulien victorjulien merged commit c3b3c11 into OISF:master Jan 25, 2024
45 checks passed
@victorjulien victorjulien deleted the next/269/20240125/v1 branch January 25, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants