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 8ccdd4f commit 9b2b593Copy full SHA for 9b2b593
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