Skip to content

Commit b305962

Browse files
committed
Use more appropriate description
1 parent a36c12f commit b305962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-501/TrustBoundaryViolation.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @id java/trust-boundary-violation
33
* @name Trust boundary violation
4-
* @description A user-provided value is used to set a session attribute.
4+
* @description Modifying the HTTP session attributes based on data from an untrusted source may violate a trust boundary.
55
* @kind path-problem
66
* @problem.severity error
77
* @security-severity 8.8

0 commit comments

Comments
 (0)