We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1550f5d commit 4fc6f71Copy full SHA for 4fc6f71
java/ql/src/Security/CWE/CWE-078/ExecTaintedEnvironment.ql
@@ -17,5 +17,4 @@ import ExecTaintedEnvironmentFlow::PathGraph
17
18
from ExecTaintedEnvironmentFlow::PathNode source, ExecTaintedEnvironmentFlow::PathNode sink
19
where ExecTaintedEnvironmentFlow::flowPath(source, sink)
20
-select sink.getNode(), source, sink, "This command will be execute with a tainted $@.",
21
- sink.getNode(), "environment variable"
+select sink.getNode(), source, sink, "This command will be execute with a tainted environment variable."
0 commit comments