We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa94fed commit a24c1c8Copy full SHA for a24c1c8
javascript/ql/src/semmle/javascript/security/InsecureCookie.qll
@@ -1,5 +1,5 @@
1
/**
2
- * Provides classes for reasoning about cookies added to response without the 'secure' flag being set.
+ * Provides classes for reasoning about cookies added to response without the 'secure' or 'httponly' flag being set.
3
* A cookie without the 'secure' flag being set can be intercepted and read by a malicious user.
4
* A cookie without the 'httponly' flag being set can be read by an injected JavaScript
5
*/
0 commit comments