Files
codeql/python/ql/test/query-tests/Security/CWE-078-CommandInjection/DataflowQueryTest.ql
Rasmus Wriedt Larsen 5ba8e102eb Python: Adopt tests to new DataflowQueryTest
Since we want to know the _sinks_ and not just the flow, we need to
expose the config as well :|
2023-08-28 15:31:08 +02:00

5 lines
186 B
Plaintext

import python
import experimental.dataflow.TestUtil.DataflowQueryTest
import semmle.python.security.dataflow.CommandInjectionQuery
import FromTaintTrackingConfig<CommandInjectionConfig>