Update rust/ql/src/queries/security/CWE-312/CleartextLoggingBad.rs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Geoffrey White
2025-01-23 18:18:05 +00:00
committed by GitHub
parent 613a1656f3
commit 55705232f6

View File

@@ -1,2 +1,2 @@
let password = "P@ssw0rd"
let password = "P@ssw0rd";
info!("User password changed to {password}")