mirror of
https://github.com/github/codeql.git
synced 2026-04-19 14:04:09 +02:00
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:
@@ -1,2 +1,2 @@
|
||||
let password = "P@ssw0rd"
|
||||
let password = "P@ssw0rd";
|
||||
info!("User password changed to {password}")
|
||||
|
||||
Reference in New Issue
Block a user