Skip to content

Commit b5b5fef

Browse files
authored
Switch source and sink in TrustBoundaryViolation.ql
1 parent 5c4eb3c commit b5b5fef

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
@@ -16,5 +16,5 @@ import TrustBoundaryFlow::PathGraph
1616

1717
from TrustBoundaryFlow::PathNode source, TrustBoundaryFlow::PathNode sink
1818
where TrustBoundaryFlow::flowPath(source, sink)
19-
select sink.getNode(), sink, source,
19+
select sink.getNode(), source, sink,
2020
"This servlet reads data from a $@ and writes it to a session variable.", source, "remote source"

0 commit comments

Comments
 (0)