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/178/20231117/v1 #9821

Closed
wants to merge 11 commits into from
Closed

Conversation

satta and others added 11 commits November 17, 2023 10:29
Especially fix setup-app-layer script to not forget this part

This allows, for simple loggers, to have a unique definition
of the actual logging function with the jsonbuilder.
This way, alerts, files, and app-layer event can share the code
to output the same data.

Ticket: OISF#3827
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.
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 17, 2023

Codecov Report

Merging #9821 (1affb32) into master (68a2fca) will decrease coverage by 0.01%.
The diff coverage is 96.06%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9821      +/-   ##
==========================================
- Coverage   82.38%   82.37%   -0.01%     
==========================================
  Files         971      972       +1     
  Lines      273906   273793     -113     
==========================================
- Hits       225661   225545     -116     
- Misses      48245    48248       +3     
Flag Coverage Δ
fuzzcorpus 64.19% <76.02%> (-0.06%) ⬇️
suricata-verify 61.05% <94.52%> (+<0.01%) ⬆️
unittests 62.91% <29.21%> (+0.03%) ⬆️

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 16588

@victorjulien
Copy link
Member Author

Nor mergeable due to SV PR issues.

@victorjulien victorjulien deleted the next/178/20231117/v1 branch June 23, 2024 05:21
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