Update javascript/ql/src/experimental/Security/CWE-614/InsecureCookie.ql

Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
Alessio Della Libera
2020-08-26 23:33:52 +02:00
committed by GitHub
parent e027c8cc13
commit dcf51c75e9

View File

@@ -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