Skip to content

Commit a24c1c8

Browse files
author
edvraa
committed
fix comment
1 parent fa94fed commit a24c1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/security/InsecureCookie.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Provides classes for reasoning about cookies added to response without the 'secure' flag being set.
2+
* Provides classes for reasoning about cookies added to response without the 'secure' or 'httponly' flag being set.
33
* A cookie without the 'secure' flag being set can be intercepted and read by a malicious user.
44
* A cookie without the 'httponly' flag being set can be read by an injected JavaScript
55
*/

0 commit comments

Comments
 (0)