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/190/20231117/v1 #9829

Merged
merged 19 commits into from
Nov 18, 2023
Merged

Conversation

satta and others added 19 commits November 17, 2023 22:24
This commit changes the conditional logging functions to use bool rather
than int values.
Change Suricata operational values from int to bool.
On a push of the same branch, cancel the previous running builds.yml
workflow.
The new author details will still be available in the artifact, we're
just not calling them out in a nighly visible pull request comment.
Flow_id explanation expanded from version shared by Peter Manev.

Task OISF#6445
Our tls fields not_after and not_before are actually logged as
`notafter` and `notbefore`, but were documented with the underscore.

Update the documentation, since updating the log format itself would be
a breaking change.

Task OISF#5494
This is an example of what adding plugin examples to the Suricata repo
could look like.

This plugin is an example plugin for an EVE filetype. It could be
extended to support outputs like Redis, syslog, etc.

There is one issue with adding plugins like this to an autotools
project, the project can't be built with --disable-shared, which is
more of an autotools limitation, and not really a Suricata issue.
Suricata built with --disable-shared will load plugins just fine.

Note that the examples directory was added as DIST_SUBDIRS as we don't
want normal builds to recurse into it and attempt to build the plugin,
its just an example, but we still need to keep distcheck happy.
Copy link

codecov bot commented Nov 18, 2023

Codecov Report

Merging #9829 (d2b25af) into master (68a2fca) will decrease coverage by 0.01%.
The diff coverage is 84.57%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9829      +/-   ##
==========================================
- Coverage   82.38%   82.38%   -0.01%     
==========================================
  Files         971      972       +1     
  Lines      273906   273929      +23     
==========================================
+ Hits       225661   225678      +17     
- Misses      48245    48251       +6     
Flag Coverage Δ
fuzzcorpus 64.21% <39.16%> (-0.04%) ⬇️
suricata-verify 61.08% <83.33%> (+0.03%) ⬆️
unittests 62.88% <45.71%> (+<0.01%) ⬆️

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

@suricata-qa
Copy link

WARNING:

field baseline test %
SURI_TLPR1_stats_chk
.memcap_pressure_max 88 98 111.36%

Pipeline 16603

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.

7 participants