Merge remote-tracking branch 'origin/topic/johanna/gh-4694'

* origin/topic/johanna/gh-4694:
  Add tests for the deprecated-dpd-log.zeek policy script
  Move c$service_violation to deprecated-dpd-log.zeek
This commit is contained in:
Johanna Amann 2025-07-31 16:10:33 +01:00
commit 136bdb43fd
23 changed files with 4066 additions and 3974 deletions

4
NEWS
View file

@ -365,6 +365,10 @@ Deprecated Functionality
`dpd.log` is no longer created by default, but can be loaded using the
`frameworks/analyzer/deprecated-dpd-log.zeek` policy script.
Relatedly, the `service_violation` field of the connection record is
deprecated and will only be present if the
`frameworks/analyzer/deprecated-dpd-log.zeek` policy script is loaded.
- The ``protocols/http/detect-sqli.zeek`` script has been deprecated in favor of a
new ``protocols/http/detect-sql-injection.zeek`` script to switch from the victim
host being placed into the ``src`` field of a notice to instead use ``dst``.