File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
python/ql/src/Security/CWE-113 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ inject additional headers or control the response body, leading to vulnerabiliti
14
14
</overview >
15
15
16
16
<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 >
18
18
</recommendation >
19
19
20
20
<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 >
23
23
<sample src =" examples/header_injection.py" />
24
24
</example >
25
25
You can’t perform that action at this time.
0 commit comments