]> git.ipfire.org Git - thirdparty/suricata.git/commit
pgsql: clearly indicate redacted password message
authorJuliana Fajardini <jufajardini@oisf.net>
Wed, 30 Apr 2025 23:09:27 +0000 (20:09 -0300)
committerVictor Julien <victor@inliniac.net>
Sat, 10 May 2025 23:09:37 +0000 (01:09 +0200)
commit6f81caf8d489201e48fca45f588bb11223a7e813
tree187d86ec53ed994f2a743a79c04453238d237608
parent11cef2980be3626153c82ebe3a2ca7485651dcd2
pgsql: clearly indicate redacted password message

If a password message was seen while logging passwords was disabled
for pgsql, this would lead to an empty request being logged.
Instead of simply not logging anything when there is a password message
and this is disabled, however, log instead that said password is
redacted.

Bug #7647
doc/userguide/output/eve/eve-json-format.rst
etc/schema.json
rust/src/pgsql/logger.rs
suricata.yaml.in