* 'master' of https://github.com/blightzero/zeek:
  Changed behavior of var-extraction-uri.zeek from policy/protocol/http to extract only the URI parameter names. Do not include the path in the first parameter name. Only extract uri vars if parameters actually exist.
This commit is contained in:
Arne Welzel 2025-08-18 13:09:41 +02:00
commit 2c9015d247
8 changed files with 22 additions and 4 deletions

3
NEWS
View file

@ -50,6 +50,9 @@ New Functionality
Changed Functionality
---------------------
- The var-extraction-uri.zeek policy does not include the path in the ``uri_vars``
field anymore.
Removed Functionality
---------------------