Skip to content

Commit 6fb76e4

Browse files
svdb-ncctghosth
authored andcommitted
Improved the wording as per OWASP#1154
1 parent 344ae04 commit 6fb76e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5.0/en/0x22-V14-Config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Configurations for production should be hardened to protect against common attac
9191

9292
| # | Description | L1 | L2 | L3 | CWE |
9393
| :---: | :--- | :---: | :---: | :---: | :---: |
94-
| **14.6.1** | [ADDED] Verify that the value in the Content-Length matches the calculated length using the built-in mechanism. |||| 400 |
94+
| **14.6.1** | [ADDED] Verify that the value in the Content-Length request header matches the calculated length using the built-in mechanism. |||| 400 |
9595
| **14.6.2** | [ADDED] Verify that all Transfer-encoding headers are stripped from the message or that the request is blocked entirely. |||| |
9696
| **14.6.3** | [ADDED] Verify that a full CRLF (\r\n) sequence is property neutralized inside a HTTP/2 header. |||| 113 |
9797

0 commit comments

Comments
 (0)