Files
codeql/python/ql/test/library-tests/security/command-execution/CommandSinks.ql
2020-03-23 17:33:41 +01:00

8 lines
190 B
Plaintext

import python
import semmle.python.security.injection.Command
import semmle.python.security.strings.Untrusted
from CommandSink sink, TaintKind kind
where sink.sinks(kind)
select sink, kind