You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 5.0/en/0x22-V14-Config.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ Configurations for production should be hardened to protect against common attac
91
91
92
92
| # | Description | L1 | L2 | L3 | CWE |
93
93
| :---: | :--- | :---: | :---: | :---: | :---: |
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 |
95
95
|**14.6.2**|[ADDED] Verify that all Transfer-encoding headers are stripped from the message or that the request is blocked entirely. | ✓ | ✓ | ✓ ||
96
96
|**14.6.3**|[ADDED] Verify that a full CRLF (\r\n) sequence is property neutralized inside a HTTP/2 header. | ✓ | ✓ | ✓ | 113 |
0 commit comments