]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust/rfb: use consistent key name for security_result
authorSascha Steinbiss <satta@debian.org>
Sat, 3 Aug 2024 13:05:20 +0000 (15:05 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 9 Sep 2024 15:04:49 +0000 (17:04 +0200)
commit8c8abbf7faeeaed5edd4deb7b39340fcd6218269
tree27e7625357352fda47a214de554797058dc63216
parent0f3a37acaad7c3bb28ed3e24af70fb3757092136
rust/rfb: use consistent key name for security_result

A typo caused a slightly different key (`security-result`) to be used
for the case in which the result was `FAIL`. This commit addresses this
by ensuring the same string is used for all cases.

Ticket: #7198
rust/src/rfb/logger.rs