Skip to content

Commit 9d56f3e

Browse files
Fix qldoc formatting
1 parent cf8db4e commit 9d56f3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/ql/src/Security/CWE-113/HeaderInjection.qhelp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ inject additional headers or control the response body, leading to vulnerabiliti
1414
</overview>
1515

1616
<recommendation>
17-
Ensure that user input containing line break characters is not written to an HTTP header.
17+
<p>Ensure that user input containing line break characters is not written to an HTTP header.</p>
1818
</recommendation>
1919

2020
<example>
21-
In the following example, the case marked BAD writes user input to the header name.
22-
In the GOOD case, input is first escaped to not contain any line break characters.
21+
<p>In the following example, the case marked BAD writes user input to the header name.
22+
In the GOOD case, input is first escaped to not contain any line break characters.</p>
2323
<sample src="examples/header_injection.py" />
2424
</example>
2525

0 commit comments

Comments
 (0)