Skip to content

Commit 5570523

Browse files
geoffw0Copilot
andauthored
Update rust/ql/src/queries/security/CWE-312/CleartextLoggingBad.rs
Co-authored-by: Copilot <[email protected]>
1 parent 613a165 commit 5570523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
let password = "P@ssw0rd"
1+
let password = "P@ssw0rd";
22
info!("User password changed to {password}")

0 commit comments

Comments
 (0)