Update alert message

This commit is contained in:
Joe Farebrother
2025-09-25 09:52:27 +01:00
parent 9f5bfeb7f4
commit cb7b1efe81
2 changed files with 4 additions and 4 deletions

View File

@@ -18,4 +18,4 @@ from Http::Server::CookieWrite cookie
where where
cookie.hasHttpOnlyFlag(false) and cookie.hasHttpOnlyFlag(false) and
cookie.isSensitive() cookie.isSensitive()
select cookie, "Sensitive cookie is set without HttpOnly flag." select cookie, "Sensitive server cookie is set without HttpOnly flag."

View File

@@ -1,3 +1,3 @@
| test.py:8:5:8:38 | 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 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 cookie is set without HttpOnly flag. | | test.py:11:5:11:57 | ControlFlowNode for Attribute() | Sensitive server cookie is set without HttpOnly flag. |