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 5cf7112 commit d540675Copy full SHA for d540675
java/ql/src/Security/CWE/CWE-501/TrustBoundaryViolation.ql
@@ -17,4 +17,4 @@ import TrustBoundaryFlow::PathGraph
17
from TrustBoundaryFlow::PathNode source, TrustBoundaryFlow::PathNode sink
18
where TrustBoundaryFlow::flowPath(source, sink)
19
select sink.getNode(), sink, source,
20
- "This servlet reads data from a remote source and writes it to a session variable."
+ "This servlet reads data from a $@ and writes it to a session variable.", source, "remote source"
0 commit comments