mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
Since we want to know the _sinks_ and not just the flow, we need to expose the config as well :|
5 lines
185 B
Plaintext
5 lines
185 B
Plaintext
import python
|
|
import experimental.dataflow.TestUtil.DataflowQueryTest
|
|
import semmle.python.security.dataflow.PathInjectionQuery
|
|
import FromTaintTrackingStateConfig<PathInjectionConfig>
|