Skip to content

Commit 22f5ae4

Browse files
committed
Format code
1 parent 8ec91ef commit 22f5ae4

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
@@ -16,4 +16,4 @@ import InsecureCookie::Cookie
1616
from Cookie cookie
1717
where not cookie.isSecure()
1818
select "Cookie is added to response without the 'secure' flag being set to true (using " +
19-
cookie.getKind() + ").", cookie
19+
cookie.getKind() + ").", cookie

0 commit comments

Comments
 (0)