mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Update alert message
This commit is contained in:
@@ -18,4 +18,4 @@ from Http::Server::CookieWrite cookie
|
||||
where
|
||||
cookie.hasHttpOnlyFlag(false) and
|
||||
cookie.isSensitive()
|
||||
select cookie, "Sensitive cookie is set without HttpOnly flag."
|
||||
select cookie, "Sensitive server cookie is set without HttpOnly flag."
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
| test.py:8:5:8:38 | ControlFlowNode for Attribute() | Sensitive cookie is set without HttpOnly flag. |
|
||||
| test.py:9:5:9:51 | ControlFlowNode for Attribute() | Sensitive cookie is set without HttpOnly flag. |
|
||||
| test.py:11:5:11:57 | ControlFlowNode for Attribute() | Sensitive cookie is set without HttpOnly flag. |
|
||||
| test.py:8:5:8:38 | ControlFlowNode for Attribute() | Sensitive server cookie is set without HttpOnly flag. |
|
||||
| test.py:9:5:9:51 | ControlFlowNode for Attribute() | Sensitive server cookie is set without HttpOnly flag. |
|
||||
| test.py:11:5:11:57 | ControlFlowNode for Attribute() | Sensitive server cookie is set without HttpOnly flag. |
|
||||
|
||||
Reference in New Issue
Block a user