mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
make the alert messages of taint-tracking queries more consistent
This commit is contained in:
@@ -16,5 +16,5 @@ import DataFlow::PathGraph
|
||||
|
||||
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink
|
||||
where cfg.hasFlowPath(source, sink)
|
||||
select sink.getNode(), source, sink, "$@ flows to here and is used in a format string.",
|
||||
source.getNode(), "User-provided value"
|
||||
select sink.getNode(), source, sink, "Format string depends on $@.", source.getNode(),
|
||||
"a user-provided value"
|
||||
|
||||
Reference in New Issue
Block a user