Skip to content

Commit

Permalink
Update rust/ql/src/queries/security/CWE-312/CleartextLoggingBad.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
geoffw0 and Copilot authored Jan 23, 2025
1 parent 613a165 commit 5570523
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
let password = "P@ssw0rd"
let password = "P@ssw0rd";
info!("User password changed to {password}")

0 comments on commit 5570523

Please sign in to comment.