Skip to content

Commit e84135a

Browse files
Update rust/ql/src/queries/security/CWE-117/LogInjection.qhelp
Co-authored-by: Sophie <[email protected]>
1 parent 265c2e3 commit e84135a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/src/queries/security/CWE-117/LogInjection.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ arbitrary HTML may be included to spoof log entries.</p>
1818
User input should be suitably sanitized before it is logged.
1919
</p>
2020
<p>
21-
If the log entries are in plain text then line breaks should be removed from user input, using
21+
If the log entries are in plain text, then line breaks should be removed from user input using
2222
<code>String::replace</code> or similar. Care should also be taken that user input is clearly marked
2323
in log entries.
2424
</p>

0 commit comments

Comments
 (0)