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