mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
change alert messages of path queries to use the same template
This commit is contained in:
@@ -20,5 +20,5 @@ import DataFlow::PathGraph
|
||||
from Configuration config, DataFlow::PathNode source, DataFlow::PathNode sink
|
||||
where config.hasFlowPath(source, sink)
|
||||
select sink.getNode(), source, sink,
|
||||
"Stack trace information from $@ may be exposed to an external user here.", source.getNode(),
|
||||
"here"
|
||||
"$@ flows to this location and may be exposed to an external user.", source.getNode(),
|
||||
"Stack trace information"
|
||||
|
||||
Reference in New Issue
Block a user