mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
7 lines
142 B
Plaintext
7 lines
142 B
Plaintext
import python
|
|
import semmle.python.security.injection.Command
|
|
|
|
from CommandSink sink, TaintKind kind
|
|
where sink.sinks(kind)
|
|
select sink, kind
|