Switch source and sink in TrustBoundaryViolation.ql

This commit is contained in:
Arthur Baars
2024-05-23 15:53:12 +02:00
committed by GitHub
parent 5c4eb3c943
commit b5b5fef642

View File

@@ -16,5 +16,5 @@ import TrustBoundaryFlow::PathGraph
from TrustBoundaryFlow::PathNode source, TrustBoundaryFlow::PathNode sink
where TrustBoundaryFlow::flowPath(source, sink)
select sink.getNode(), sink, source,
select sink.getNode(), source, sink,
"This servlet reads data from a $@ and writes it to a session variable.", source, "remote source"