Python: Update all test util paths to point to the new location.

This commit is contained in:
Michael Nebel
2024-12-11 13:29:16 +01:00
parent 1490400ab0
commit 2321ca59f6
60 changed files with 64 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
import python
import semmle.python.dataflow.new.DataFlow
import TestUtilities.InlineExpectationsTest
import utils.test.InlineExpectationsTest
import semmle.python.functions.ModificationOfParameterWithDefault
private import semmle.python.dataflow.new.internal.PrintNode

View File

@@ -1,2 +1,2 @@
query: Numerics/Pythagorean.ql
postprocess: TestUtilities/InlineExpectationsTestQuery.ql
postprocess: utils/test/InlineExpectationsTestQuery.ql

View File

@@ -1,4 +1,4 @@
import python
import TestUtilities.dataflow.DataflowQueryTest
import utils.test.dataflow.DataflowQueryTest
import semmle.python.security.dataflow.PathInjectionQuery
import FromTaintTrackingStateConfig<PathInjectionConfig>

View File

@@ -1,4 +1,4 @@
import python
import TestUtilities.dataflow.DataflowQueryTest
import utils.test.dataflow.DataflowQueryTest
import semmle.python.security.dataflow.CommandInjectionQuery
import FromTaintTrackingConfig<CommandInjectionConfig>

View File

@@ -1,4 +1,4 @@
import python
import TestUtilities.dataflow.DataflowQueryTest
import utils.test.dataflow.DataflowQueryTest
import semmle.python.security.dataflow.UnsafeShellCommandConstructionQuery
import FromTaintTrackingConfig<UnsafeShellCommandConstructionConfig>

View File

@@ -1,2 +1,2 @@
query: Security/CWE-094/CodeInjection.ql
postprocess: TestUtilities/InlineExpectationsTestQuery.ql
postprocess: utils/test/InlineExpectationsTestQuery.ql

View File

@@ -1,6 +1,6 @@
import python
import semmle.python.dataflow.new.DataFlow
import TestUtilities.InlineExpectationsTest
import utils.test.InlineExpectationsTest
import semmle.python.security.dataflow.ExceptionInfo
module ExceptionInfoTest implements TestSig {

View File

@@ -1,4 +1,4 @@
import python
import TestUtilities.dataflow.DataflowQueryTest
import utils.test.dataflow.DataflowQueryTest
import semmle.python.security.dataflow.NoSqlInjectionQuery
import FromTaintTrackingStateConfig<NoSqlInjectionConfig>