mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Update javascript/ql/src/experimental/Security/CWE-614/InsecureCookie.ql
Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
committed by
GitHub
parent
e027c8cc13
commit
dcf51c75e9
@@ -15,5 +15,5 @@ import InsecureCookie::Cookie
|
||||
|
||||
from Cookie cookie
|
||||
where not cookie.isSecure()
|
||||
select "Cookie is added to response without the 'secure' flag being set to true (using " +
|
||||
select cookie, "Cookie is added to response without the 'secure' flag being set to true"
|
||||
cookie.getKind() + ").", cookie
|
||||
|
||||
Reference in New Issue
Block a user