We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25359d2 commit a3c1d08Copy full SHA for a3c1d08
java/ql/src/Security/CWE/CWE-078/ExecUnescaped.ql
@@ -48,5 +48,5 @@ predicate builtFromUncontrolledConcat(Expr expr) {
48
from StringArgumentToExec argument
49
where
50
builtFromUncontrolledConcat(argument) and
51
- not execTainted(_, _, argument)
+ not execIsTainted(_, _, argument)
52
select argument, "Command line is built with string concatenation."
0 commit comments