mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
get a few more queries in sync with other languages
This commit is contained in:
@@ -21,5 +21,5 @@ import DataFlow::PathGraph
|
||||
// This is a clone of query `java/command-line-injection` that also includes experimental sinks.
|
||||
from DataFlow::PathNode source, DataFlow::PathNode sink, ArgumentToExec execArg
|
||||
where execTainted(source, sink, execArg)
|
||||
select execArg, source, sink, "Command line depends on a $@.", source.getNode(),
|
||||
select execArg, source, sink, "This command line depends on a $@.", source.getNode(),
|
||||
"user-provided value"
|
||||
|
||||
Reference in New Issue
Block a user