Java: More missing metadata.

This commit is contained in:
Anders Schack-Mulligen
2021-07-15 13:41:12 +02:00
parent 8ccdd4fb9f
commit 9b2b593cb4

View File

@@ -3,6 +3,8 @@
* @description Sensitive cookies without the 'HttpOnly' flag set leaves session cookies vulnerable to
* an XSS attack.
* @kind path-problem
* @problem.severity warning
* @precision medium
* @id java/sensitive-cookie-not-httponly
* @tags security
* external/cwe/cwe-1004