mirror of
https://github.com/github/codeql.git
synced 2026-03-29 11:48:16 +02:00
Since we want to know the _sinks_ and not just the flow, we need to expose the config as well :|
5 lines
214 B
Plaintext
5 lines
214 B
Plaintext
import python
|
|
import experimental.dataflow.TestUtil.DataflowQueryTest
|
|
import semmle.python.security.dataflow.UnsafeShellCommandConstructionQuery
|
|
import FromTaintTrackingConfig<UnsafeShellCommandConstructionConfig>
|