Skip to content

Commit 96fe144

Browse files
committed
Go: Update all test util paths to point to the new location.
1 parent f8e0c47 commit 96fe144

File tree

149 files changed

+151
-151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+151
-151
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
query: experimental/CWE-090/LDAPInjection.ql
2-
postprocess: TestUtilities/PrettyPrintModels.ql
2+
postprocess: utils/test/PrettyPrintModels.ql
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
query: experimental/CWE-203/Timing.ql
2-
postprocess: TestUtilities/PrettyPrintModels.ql
2+
postprocess: utils/test/PrettyPrintModels.ql
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
query: experimental/CWE-287/ImproperLdapAuth.ql
2-
postprocess: TestUtilities/PrettyPrintModels.ql
2+
postprocess: utils/test/PrettyPrintModels.ql
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
query: experimental/CWE-369/DivideByZero.ql
2-
postprocess: TestUtilities/PrettyPrintModels.ql
2+
postprocess: utils/test/PrettyPrintModels.ql

go/ql/test/experimental/CWE-522-DecompressionBombs/DecompressionBombTest.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import go
22
import semmle.go.dataflow.ExternalFlow
33
import ModelValidation
4-
import TestUtilities.InlineExpectationsTest
4+
import utils.test.InlineExpectationsTest
55
import experimental.frameworks.DecompressionBombs::DecompressionBomb
66

77
module TestDecompressionBombs implements TestSig {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
query: experimental/CWE-522-DecompressionBombs/DecompressionBombs.ql
2-
postprocess: TestUtilities/PrettyPrintModels.ql
2+
postprocess: utils/test/PrettyPrintModels.ql
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
query: experimental/CWE-74/DsnInjection.ql
2-
postprocess: TestUtilities/PrettyPrintModels.ql
2+
postprocess: utils/test/PrettyPrintModels.ql
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
query: experimental/CWE-74/DsnInjectionLocal.ql
2-
postprocess: TestUtilities/PrettyPrintModels.ql
2+
postprocess: utils/test/PrettyPrintModels.ql
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
query: experimental/CWE-79/HTMLTemplateEscapingPassthrough.ql
2-
postprocess: TestUtilities/PrettyPrintModels.ql
2+
postprocess: utils/test/PrettyPrintModels.ql
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
query: experimental/CWE-918/SSRF.ql
2-
postprocess: TestUtilities/PrettyPrintModels.ql
2+
postprocess: utils/test/PrettyPrintModels.ql

0 commit comments

Comments
 (0)