File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
test/query-tests/Security/CWE-1004-NonHttpOnlyCookie Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ from Http::Server::CookieWrite cookie
1818where
1919 cookie .hasHttpOnlyFlag ( false ) and
2020 cookie .isSensitive ( )
21- select cookie , "Sensitive cookie is set without HttpOnly flag."
21+ select cookie , "Sensitive server cookie is set without HttpOnly flag."
Original file line number Diff line number Diff line change 1- | test.py:8:5:8:38 | ControlFlowNode for Attribute() | Sensitive cookie is set without HttpOnly flag. |
2- | test.py:9:5:9:51 | ControlFlowNode for Attribute() | Sensitive cookie is set without HttpOnly flag. |
3- | test.py:11:5:11:57 | ControlFlowNode for Attribute() | Sensitive cookie is set without HttpOnly flag. |
1+ | test.py:8:5:8:38 | ControlFlowNode for Attribute() | Sensitive server cookie is set without HttpOnly flag. |
2+ | test.py:9:5:9:51 | ControlFlowNode for Attribute() | Sensitive server cookie is set without HttpOnly flag. |
3+ | test.py:11:5:11:57 | ControlFlowNode for Attribute() | Sensitive server cookie is set without HttpOnly flag. |
You can’t perform that action at this time.
0 commit comments