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

Detect log alert tx one 7199 - v9 #12260

Closed

Conversation

jufajardini
Copy link
Contributor

Link to ticket: https://redmine.openinfosecfoundation.org/issues/
https://redmine.openinfosecfoundation.org/issues/7199
Also solves https://redmine.openinfosecfoundation.org/issues/7350

May also solve https://redmine.openinfosecfoundation.org/issues/7406

Follow up on last PR by @catenacyber - #12255 -
with more details on the docs about the single live tx aspect of this change

Changes to:

  • suricata.yaml.in
  • upgrading.rst
  • eve-json-output.rst
  • suricata-yaml.rst

SV_BRANCH=OISF/suricata-verify#2172

Ticket: 7199

Uses a config parameter detect.guess-applayer-tx to enable
this behavior (off by default)

This feature is requested for use cases with signatures not
using app-layer keywords but still targetting application
layer transactions, such as pass/drop rule combination,
or lua usage.

This overrides the previous behavior of checking if the signature
has a content match, by checking if there is only one live
transaction, in addition to the config parameter being set.
to better reflect their true meaning
Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.21%. Comparing base (38d7900) to head (0fb173a).
Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12260      +/-   ##
==========================================
- Coverage   83.21%   83.21%   -0.01%     
==========================================
  Files         912      912              
  Lines      257183   257192       +9     
==========================================
- Hits       214025   214016       -9     
- Misses      43158    43176      +18     
Flag Coverage Δ
fuzzcorpus 61.05% <76.19%> (-0.02%) ⬇️
livemode 19.41% <28.57%> (-0.01%) ⬇️
pcap 44.38% <76.19%> (-0.03%) ⬇️
suricata-verify 62.82% <100.00%> (+0.03%) ⬆️
unittests 59.19% <52.38%> (+<0.01%) ⬆️

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

@victorjulien victorjulien added the needs rebase Needs rebase to master label Dec 11, 2024
@catenacyber
Copy link
Contributor

Doc change now in #12266

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs rebase Needs rebase to master skip qa
Development

Successfully merging this pull request may close these issues.

3 participants