Update TrustBoundaryViolation.ql

This commit is contained in:
Arthur Baars
2024-05-23 12:21:37 +02:00
parent 5cf7112d4c
commit d540675b9e

View File

@@ -17,4 +17,4 @@ import TrustBoundaryFlow::PathGraph
from TrustBoundaryFlow::PathNode source, TrustBoundaryFlow::PathNode sink
where TrustBoundaryFlow::flowPath(source, sink)
select sink.getNode(), sink, source,
"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"