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/607/20241021/v1 #12004

Merged
merged 10 commits into from
Oct 22, 2024
Merged

Conversation

catenacyber and others added 10 commits October 21, 2024 20:19
As found with
./src/suricata --list-keywords | sort | uniq -c | awk '$1 > 1'
The profiling arrays are incorrectly sized by the number of thread
modules. Since they contain app-layer protocol data, they should be
sized by ALPROTO_MAX.
Adds custom fields "client_alpns" and "server_alpns".

Ticket: OISF#7333
During EVE TLS setup, a broken check for Ja3 being enabled led to Ja3
being disabled, but only in custom mode. This check is not needed, if
Ja3 is disabled, it won't be available, and won't be logged.

This is required to implement "extended" in terms of "custom" fields.
Will prevent custom logging options getting out of sync with whats
available in extended.

Ticket: OISF#7333
Also update the suricata.yaml in the userguide.
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.22%. Comparing base (55b922c) to head (30806ce).
Report is 10 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12004      +/-   ##
==========================================
+ Coverage   82.75%   83.22%   +0.47%     
==========================================
  Files         910      910              
  Lines      249016   258136    +9120     
==========================================
+ Hits       206069   214831    +8762     
- Misses      42947    43305     +358     
Flag Coverage Δ
fuzzcorpus 61.41% <98.18%> (+0.60%) ⬆️
livemode 19.38% <18.18%> (+0.67%) ⬆️
pcap 44.46% <98.18%> (+0.33%) ⬆️
suricata-verify 62.74% <100.00%> (+0.46%) ⬆️
unittests 59.29% <0.00%> (+0.28%) ⬆️

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

@suricata-qa
Copy link

Information: QA ran without warnings.

Pipeline 23145

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