mirror of
https://github.com/github/codeql.git
synced 2026-04-19 22:14:01 +02:00
Rust: Minor fixes.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<p>
|
||||
Sensitive user data and system information that is logged could be seen by an attacker when it is
|
||||
displayed. Also, external processes often store the standard output and standard error streams of
|
||||
an application, which will include logged sensitive information.</p>
|
||||
an application, which will include logged sensitive information.
|
||||
</p>
|
||||
</overview>
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
let password = "P@ssw0rd";
|
||||
info!("User password changed to {password}")
|
||||
info!("User password changed to {password}");
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
let password = "P@ssw0rd"
|
||||
info!("User password changed")
|
||||
let password = "P@ssw0rd";
|
||||
info!("User password changed");
|
||||
|
||||
Reference in New Issue
Block a user