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 :|
This commit is contained in:
Rasmus Wriedt Larsen
2023-08-28 11:30:58 +02:00
parent 6961ca5234
commit 5ba8e102eb
9 changed files with 8 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
import python
import experimental.dataflow.TestUtil.DataflowQueryTest
import semmle.python.security.dataflow.CommandInjectionQuery
import FromLegacyConfiguration<Configuration>
import FromTaintTrackingConfig<CommandInjectionConfig>