Skip to content

next/1262/80x/20260309/v1#15000

Merged
victorjulien merged 5 commits intoOISF:main-8.0.xfrom
victorjulien:next/1262/80x/20260309/v1
Mar 10, 2026
Merged

next/1262/80x/20260309/v1#15000
victorjulien merged 5 commits intoOISF:main-8.0.xfrom
victorjulien:next/1262/80x/20260309/v1

Conversation

@victorjulien
Copy link
Member

victorjulien and others added 5 commits March 9, 2026 06:46
When a capture method set IPS mode, it could overwrite already set Firewall mode.

Ticket OISF#8311.

(cherry picked from commit cb24430)
When mempool size was configured really low (<32), Suricata exhausted
the mempool with the rx_burst call, which led to undefined behavior.
The current fix ensures the burst size is at most the size of the mempool,
if the mempool is smaller than BURST_SIZE macro.

(cherry picked from commit 1d06103)
Check protocol before doing more expensive work.

(cherry picked from commit 28ba93e)
Update the Mozilla public suffix list to 2.1.197.

Ticket: OISF#8194
@victorjulien victorjulien requested review from a team and jasonish as code owners March 9, 2026 20:21
@suricata-qa
Copy link

Information: QA ran without warnings.

Pipeline = 30116

@codecov
Copy link

codecov bot commented Mar 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.63%. Comparing base (354d0b2) to head (7a67024).
⚠️ Report is 5 commits behind head on main-8.0.x.

Additional details and impacted files
@@             Coverage Diff             @@
##           main-8.0.x   #15000   +/-   ##
===========================================
  Coverage       83.62%   83.63%           
===========================================
  Files            1011     1011           
  Lines          266411   266417    +6     
===========================================
+ Hits           222791   222810   +19     
+ Misses          43620    43607   -13     
Flag Coverage Δ
fuzzcorpus 64.00% <0.00%> (+<0.01%) ⬆️
livemode 18.77% <100.00%> (+0.03%) ⬆️
pcap 44.58% <0.00%> (-0.01%) ⬇️
suricata-verify 64.87% <100.00%> (-0.02%) ⬇️
unittests 58.86% <100.00%> (+<0.01%) ⬆️

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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 🚀

@victorjulien victorjulien merged commit 7a67024 into OISF:main-8.0.x Mar 10, 2026
102 of 105 checks passed
This was referenced Mar 10, 2026
@victorjulien victorjulien deleted the next/1262/80x/20260309/v1 branch March 10, 2026 06:11
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.

5 participants