Skip to content

Commit b4f2551

Browse files
Update javascript/ql/src/experimental/Security/CWE-117/LogInjection.help
Co-authored-by: Marcono1234 <[email protected]>
1 parent 41c0295 commit b4f2551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/src/experimental/Security/CWE-117/LogInjection.help

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<p>Forgery can occur if a user provides some input with characters that are interpreted
1111
when the log output is displayed. If the log is displayed as a plain text file, then new
1212
line characters can be used by a malicious user. If the log is displayed as HTML, then
13-
arbitrary HTML may be include to spoof log entries.</p>
13+
arbitrary HTML may be included to spoof log entries.</p>
1414
</overview>
1515

1616
<recommendation>
@@ -44,4 +44,4 @@ the log entry will be splitted in two different lines, where the second line wil
4444
<references>
4545
<li>OWASP: <a href="https://www.owasp.org/index.php/Log_Injection">Log Injection</a>.</li>
4646
</references>
47-
</qhelp>
47+
</qhelp>

0 commit comments

Comments
 (0)