We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec91ef commit 22f5ae4Copy full SHA for 22f5ae4
javascript/ql/src/experimental/Security/CWE-614/InsecureCookie.ql
@@ -16,4 +16,4 @@ import InsecureCookie::Cookie
16
from Cookie cookie
17
where not cookie.isSecure()
18
select "Cookie is added to response without the 'secure' flag being set to true (using " +
19
-cookie.getKind() + ").", cookie
+ cookie.getKind() + ").", cookie
0 commit comments