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.
2 parents a47002c + 9b2b593 commit 712b0d8Copy full SHA for 712b0d8
java/ql/src/experimental/Security/CWE/CWE-1004/SensitiveCookieNotHttpOnly.ql
@@ -3,6 +3,8 @@
3
* @description Sensitive cookies without the 'HttpOnly' flag set leaves session cookies vulnerable to
4
* an XSS attack.
5
* @kind path-problem
6
+ * @problem.severity warning
7
+ * @precision medium
8
* @id java/sensitive-cookie-not-httponly
9
* @tags security
10
* external/cwe/cwe-1004
0 commit comments