mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Update TrustBoundaryViolation.ql
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user