Skip to content

Commit 9b2b593

Browse files
committed
Java: More missing metadata.
1 parent 8ccdd4f commit 9b2b593

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/ql/src/experimental/Security/CWE/CWE-1004/SensitiveCookieNotHttpOnly.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* @description Sensitive cookies without the 'HttpOnly' flag set leaves session cookies vulnerable to
44
* an XSS attack.
55
* @kind path-problem
6+
* @problem.severity warning
7+
* @precision medium
68
* @id java/sensitive-cookie-not-httponly
79
* @tags security
810
* external/cwe/cwe-1004

0 commit comments

Comments
 (0)