mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Align alert messages across languages.
This commit is contained in:
@@ -19,4 +19,4 @@ from Http::Server::CookieWrite cookie
|
||||
where
|
||||
cookie.hasSecureFlag(false) and
|
||||
cookie.isSensitive()
|
||||
select cookie, "Cookie is added without the Secure attribute properly set."
|
||||
select cookie, "Cookie is added to response without the 'secure' flag being set."
|
||||
|
||||
Reference in New Issue
Block a user