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 a36c12f commit b305962Copy full SHA for b305962
java/ql/src/Security/CWE/CWE-501/TrustBoundaryViolation.ql
@@ -1,7 +1,7 @@
1
/**
2
* @id java/trust-boundary-violation
3
* @name Trust boundary violation
4
- * @description A user-provided value is used to set a session attribute.
+ * @description Modifying the HTTP session attributes based on data from an untrusted source may violate a trust boundary.
5
* @kind path-problem
6
* @problem.severity error
7
* @security-severity 8.8
0 commit comments