Merge branch 'fix-http-password-capture' of https://github.com/p-l-/zeek

* 'fix-http-password-capture' of https://github.com/p-l-/zeek:
  http: fix password capture when enabled

(cherry picked from commit c27e18631c)
This commit is contained in:
Arne Welzel 2024-08-30 18:56:24 +02:00 committed by Tim Wojtulewicz
parent 36e504a1e4
commit 75ef9ac233
4 changed files with 21 additions and 2 deletions

View file

@ -0,0 +1,8 @@
# Authorization: Basic password has a colon in its value
#
# @TEST-EXEC: zeek -b -r $TRACES/http/basic-auth-with-colon.trace %INPUT
# @TEST-EXEC: btest-diff http.log
@load base/protocols/http
redef HTTP::default_capture_password = T;