Merge pull request #6297 from aschackmull/java/query-metadata4

Java: More missing metadata.
This commit is contained in:
Chris Smowton
2021-07-15 14:32:47 +01:00
committed by GitHub

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