Python: Adopt tests to new DataflowQueryTest

Co-authored-by: Rasmus Lerchedahl Petersen <yoff@github.com>
This commit is contained in:
Rasmus Wriedt Larsen
2023-08-28 11:30:58 +02:00
parent 9c44235782
commit 889cb7a95b
4 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
import python
import experimental.dataflow.TestUtil.DataflowQueryTest
import experimental.Security.UnsafeUnpackQuery
import FromLegacyConfiguration<UnsafeUnpackingConfig>

View File

@@ -1,3 +1,4 @@
import python
import experimental.dataflow.TestUtil.DataflowQueryTest
import semmle.python.security.dataflow.PathInjectionQuery
import FromLegacyConfiguration<Configuration>

View File

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

View File

@@ -1,3 +1,4 @@
import python
import experimental.dataflow.TestUtil.DataflowQueryTest
import semmle.python.security.dataflow.UnsafeShellCommandConstructionQuery
import FromLegacyConfiguration<Configuration>