-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C#: Update all test util paths to point to the new location.
- Loading branch information
1 parent
67b59bb
commit b9625dd
Showing
63 changed files
with
64 additions
and
64 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/experimental/Security Features/CWE-759/HashWithoutSalt.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: experimental/Security Features/CWE-759/HashWithoutSalt.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/library-tests/dataflow/flowsources/stored/database/dapper/DatabaseSources.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/library-tests/dataflow/flowsources/stored/file/Files.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-020/UntrustedDataToExternalAPI.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-020/UntrustedDataToExternalAPI.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-022/TaintedPath/TaintedPath.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
query: Security Features/CWE-022/TaintedPath.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql | ||
|
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-022/ZipSlip/ZipSlip.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-022/ZipSlip.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-078/CommandInjection.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-078/CommandInjection.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-079/StoredXSS/StoredXSS.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-079/XSS.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
4 changes: 2 additions & 2 deletions
4
csharp/ql/test/query-tests/Security Features/CWE-079/XSS/XSS.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
query: Security Features/CWE-079/XSS.ql | ||
postprocess: | ||
- TestUtilities/PrettyPrintModels.ql | ||
- TestUtilities/InlineExpectationsTestQuery.ql | ||
- utils/test/PrettyPrintModels.ql | ||
- utils/test/InlineExpectationsTestQuery.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-079/XSSAsp/XSS.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-079/XSS.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-089/SqlInjection.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-089/SqlInjection.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-090/LDAPInjection.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-090/LDAPInjection.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-091/XMLInjection/XMLInjection.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-091/XMLInjection.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-094/CodeInjection.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-094/CodeInjection.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-099/ResourceInjection.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-099/ResourceInjection.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-112/MissingXMLValidation.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-112/MissingXMLValidation.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
...t/query-tests/Security Features/CWE-114/AssemblyPathInjection/AssemblyPathInjection.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-114/AssemblyPathInjection.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-117/LogForging.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-117/LogForging.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-134/UncontrolledFormatString.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-134/UncontrolledFormatString.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
...tests/Security Features/CWE-201/ExposureInTransmittedData/ExposureInTransmittedData.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-201/ExposureInTransmittedData.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-209/ExceptionInformationExposure.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-209/ExceptionInformationExposure.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
...ty Features/CWE-321/HardcodedSymmetricEncryptionKey/HardcodedSymmetricEncryptionKey.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-321/HardcodedEncryptionKey.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-338/InsecureRandomness.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/InsecureRandomness.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
...res/CWE-502/UnsafeDeserializationUntrustedInput/UnsafeDeserializationUntrustedInput.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-502/UnsafeDeserializationUntrustedInput.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
...safeDeserializationUntrustedInputNewtonsoftJson/UnsafeDeserializationUntrustedInput.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-502/UnsafeDeserializationUntrustedInput.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-601/UrlRedirect/UrlRedirect.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-601/UrlRedirect.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-611/UntrustedDataInsecureXml.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-611/UntrustedDataInsecureXml.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-611/UseXmlSecureResolver.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-611/UseXmlSecureResolver.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-643/XPathInjection.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-643/XPathInjection.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-730/ReDoS/ReDoS.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-730/ReDoS.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-730/ReDoSGlobalTimeout/ReDoS.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-730/ReDoS.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-730/RegexInjection/RegexInjection.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-730/RegexInjection.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-807/ConditionalBypass.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-807/ConditionalBypass.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Security Features/CWE-838/InappropriateEncoding.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Security Features/CWE-838/InappropriateEncoding.ql | ||
postprocess: TestUtilities/PrettyPrintModels.ql | ||
postprocess: utils/test/PrettyPrintModels.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/query-tests/Useless Code/UnusedLabel/UnusedLabel.qlref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: Useless code/UnusedLabel.ql | ||
postprocess: TestUtilities/InlineExpectationsTestQuery.ql | ||
postprocess: utils/test/InlineExpectationsTestQuery.ql |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: utils/inline-tests/queries/PathProblemQuery.ql | ||
postprocess: TestUtilities/InlineExpectationsTestQuery.ql | ||
postprocess: utils/test/InlineExpectationsTestQuery.ql |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
query: utils/inline-tests/queries/ProblemQuery.ql | ||
postprocess: TestUtilities/InlineExpectationsTestQuery.ql | ||
postprocess: utils/test/InlineExpectationsTestQuery.ql |
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/utils/modelgenerator/dataflow/CaptureContentSummaryModels.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/utils/modelgenerator/dataflow/CaptureNeutralModels.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/utils/modelgenerator/dataflow/CaptureSinkModels.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/utils/modelgenerator/dataflow/CaptureSourceModels.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/utils/modelgenerator/dataflow/CaptureSummaryModels.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
csharp/ql/test/utils/modelgenerator/typebasedflow/CaptureTypeBasedSummaryModels.ql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters