mirror of
https://github.com/github/codeql.git
synced 2026-02-20 17:03:41 +01:00
change alert messages of path queries to use the same template
This commit is contained in:
@@ -19,5 +19,5 @@ from
|
||||
ModificationOfParameterWithDefault::Configuration config, DataFlow::PathNode source,
|
||||
DataFlow::PathNode sink
|
||||
where config.hasFlowPath(source, sink)
|
||||
select sink.getNode(), source, sink, "$@ flows to here and is mutated.", source.getNode(),
|
||||
"Default value"
|
||||
select sink.getNode(), source, sink, "This value modification depends on a $@.", source.getNode(),
|
||||
"default value"
|
||||
|
||||
Reference in New Issue
Block a user