Skip to content

Commit d540675

Browse files
committed
Update TrustBoundaryViolation.ql
1 parent 5cf7112 commit d540675

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
@@ -17,4 +17,4 @@ import TrustBoundaryFlow::PathGraph
1717
from TrustBoundaryFlow::PathNode source, TrustBoundaryFlow::PathNode sink
1818
where TrustBoundaryFlow::flowPath(source, sink)
1919
select sink.getNode(), sink, source,
20-
"This servlet reads data from a remote source and writes it to a session variable."
20+
"This servlet reads data from a $@ and writes it to a session variable.", source, "remote source"

0 commit comments

Comments
 (0)