zeek/testing/btest/scripts/policy/frameworks
Arne Welzel bc8fd5a4c6 Introduce generic analyzer_confirmation_info and analyzer_violation_info
Introduce two new events for analyzer confirmation and analyzer violation
reporting. The current analyzer_confirmation and analyzer_violation
events assume connection objects and analyzer ids are available which
is not always the case. We're already passing aid=0 for packet analyzers
and there's not currently a way to report violations from file analyzers
using analyzer_violation, for example.

These new events use an extensible Info record approach so that additional
(optional) information can be added later without changing the signature.
It would allow for per analyzer extensions to the info records to pass
analyzer specific info to script land. It's not clear that this would be
a good idea, however.

The previous analyzer_confirmation and analyzer_violation events
continue to exist, but are deprecated and will be removed with Zeek 6.1.
2022-09-27 17:49:51 +02:00
..
dpd Introduce generic analyzer_confirmation_info and analyzer_violation_info 2022-09-27 17:49:51 +02:00
files files.log: Unroll and introduce uid and id fields 2022-08-16 17:22:20 +02:00
intel GH-1506: Fix Broker unserialization of set/table function indices 2021-04-15 01:13:51 -07:00
management/controller Management framework: expand notify_agent_hello event arguments 2022-06-03 02:12:19 -07:00
netcontrol General btest cleanup 2020-08-11 11:26:22 -07:00
software General btest cleanup 2020-08-11 11:26:22 -07:00
telemetry Introduce telemetry framework 2022-08-05 11:43:44 +02:00