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

Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
This commit is contained in:
Geoffrey White
2025-08-18 10:34:43 +01:00
committed by GitHub
parent 265c2e3603
commit e84135a6de

View File

@@ -18,7 +18,7 @@ arbitrary HTML may be included to spoof log entries.</p>
User input should be suitably sanitized before it is logged.
</p>
<p>
If the log entries are in plain text then line breaks should be removed from user input, using
If the log entries are in plain text, then line breaks should be removed from user input using
<code>String::replace</code> or similar. Care should also be taken that user input is clearly marked
in log entries.
</p>