Skip to content

Commit dcf51c7

Browse files
dellaliberaesbena
andauthored
Update javascript/ql/src/experimental/Security/CWE-614/InsecureCookie.ql
Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
1 parent e027c8c commit dcf51c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ import InsecureCookie::Cookie
1515

1616
from Cookie cookie
1717
where not cookie.isSecure()
18-
select "Cookie is added to response without the 'secure' flag being set to true (using " +
18+
select cookie, "Cookie is added to response without the 'secure' flag being set to true"
1919
cookie.getKind() + ").", cookie

0 commit comments

Comments
 (0)