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/20220920/v15 #7882

Closed
wants to merge 26 commits into from
Closed

Conversation

victorjulien and others added 26 commits September 20, 2022 11:24
This used to be the first callback that was called, but its not anymore.

Codecov confirmed that this is no longer used and therefore not useful.
Effectively busy looping on a mutex to wait for time to be ready.
This addresses issues around the AppLayerTxData type.
Skip over unusable versions like GREASE.

Introduce a function to check if a version is valid.
This commit removes an unnecessary #include for detect-uricontent.h
Issue: 4581

This commit improves the runtime performance of rules with
tls.fingerprint by using the inspection logic from tls.cert_fingerprint.
When having many transactions in a single parsing call...

Fix has overhead of having one more field in the mqtt state.

Completes commit a8079dc

Ticket: OISF#5399
This fixes build errors when libbpf 1.0 is used. It removes previously
deprecated API functions that were still in use in Suricata's eBPF
code.
For ICMPv4 error messages the vlan ids were always considered,
even if the 'vlan.use-for-tracking' option was disabled.

Ticket: OISF#5330
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 1.1.2 to 2.0.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@ce330fd...865b409)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
My review of the FreeBSD kernel code reveals that this setting
a) is ignored by the kernel b) is not required.  The sending
side of divert(4) never checks so->so_options, but always gives
IP_ALLOWBROADCAST to ip_output().
@codecov
Copy link

codecov bot commented Sep 20, 2022

Codecov Report

Merging #7882 (6f66b1b) into master (a9a17c8) will increase coverage by 0.22%.
The diff coverage is 48.80%.

@@            Coverage Diff             @@
##           master    #7882      +/-   ##
==========================================
+ Coverage   75.85%   76.08%   +0.22%     
==========================================
  Files         666      668       +2     
  Lines      186269   185996     -273     
==========================================
+ Hits       141301   141509     +208     
+ Misses      44968    44487     -481     
Flag Coverage Δ
fuzzcorpus 60.77% <42.47%> (+0.28%) ⬆️
suricata-verify 52.73% <42.20%> (+0.13%) ⬆️
unittests 60.70% <28.57%> (+0.10%) ⬆️

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

@victorjulien victorjulien mentioned this pull request Sep 20, 2022
@suricata-qa
Copy link

WARNING:

field baseline test %
SURI_TLPW1_stats_chk
.tcp.rst 126232 102786 81.43%
SURI_TLPR1_stats_chk
.flow.memuse 562615488 637500928 113.31%
.app_layer.error.http.parser 1548 1103 71.25%

Pipeline 9350

@victorjulien
Copy link
Member Author

replaced by #7884

@victorjulien victorjulien deleted the next/20220920/v15 branch September 29, 2022 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
7 participants