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

ldap: truly enforce max-tx #12354

Closed
wants to merge 1 commit into from

Conversation

catenacyber
Copy link
Contributor

Link to ticket: https://redmine.openinfosecfoundation.org/issues/
https://redmine.openinfosecfoundation.org/issues/7465

Describe changes:

  • ldap: truly enforce max-tx

#12351 without debug print

Ticket: 7465

If a bug chunk of data is parsed in one go, we could create many
transactions even if marking them as complete, and have
quadratic complexity calling find_request.

Proposed solution is to fail on creating a new transaction if too
many already exist.
Copy link

codecov bot commented Jan 8, 2025

Codecov Report

Attention: Patch coverage is 69.44444% with 11 lines in your changes missing coverage. Please review.

Project coverage is 83.24%. Comparing base (def22fa) to head (5e67f72).
Report is 18 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12354      +/-   ##
==========================================
+ Coverage   83.23%   83.24%   +0.01%     
==========================================
  Files         912      912              
  Lines      257647   257652       +5     
==========================================
+ Hits       214450   214488      +38     
+ Misses      43197    43164      -33     
Flag Coverage Δ
fuzzcorpus 61.28% <69.44%> (+0.06%) ⬆️
livemode 19.39% <0.00%> (-0.01%) ⬇️
pcap 44.44% <44.44%> (+0.04%) ⬆️
suricata-verify 62.87% <52.77%> (+<0.01%) ⬆️
unittests 59.18% <0.00%> (-0.01%) ⬇️

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

@victorjulien victorjulien added this to the 8.0 milestone Jan 8, 2025
@suricata-qa
Copy link

Information: QA ran without warnings.

Pipeline 24123

@victorjulien
Copy link
Member

Merged in #12358, thanks!

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