We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265c2e3 commit e84135aCopy full SHA for e84135a
rust/ql/src/queries/security/CWE-117/LogInjection.qhelp
@@ -18,7 +18,7 @@ arbitrary HTML may be included to spoof log entries.</p>
18
User input should be suitably sanitized before it is logged.
19
</p>
20
<p>
21
-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
22
<code>String::replace</code> or similar. Care should also be taken that user input is clearly marked
23
in log entries.
24
0 commit comments