Skip to content

Commit cc131a0

Browse files
committed
C++: Accept changes to cpp/ql/integration-tests/query-suite
1 parent b3f4c68 commit cc131a0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cpp/ql/integration-tests/query-suite/cpp-code-scanning.qls.expected

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ ql/cpp/ql/src/Diagnostics/ExtractedFiles.ql
77
ql/cpp/ql/src/Diagnostics/ExtractionWarnings.ql
88
ql/cpp/ql/src/Diagnostics/FailedExtractorInvocations.ql
99
ql/cpp/ql/src/Likely Bugs/Arithmetic/BadAdditionOverflowCheck.ql
10-
ql/cpp/ql/src/Likely Bugs/Arithmetic/IntMultToLong.ql
1110
ql/cpp/ql/src/Likely Bugs/Arithmetic/SignedOverflowCheck.ql
1211
ql/cpp/ql/src/Likely Bugs/Conversion/CastArrayPointerArithmetic.ql
1312
ql/cpp/ql/src/Likely Bugs/Format/SnprintfOverflow.ql
1413
ql/cpp/ql/src/Likely Bugs/Format/WrongNumberOfFormatArguments.ql
15-
ql/cpp/ql/src/Likely Bugs/Format/WrongTypeFormatArguments.ql
1614
ql/cpp/ql/src/Likely Bugs/Memory Management/AllocaInLoop.ql
1715
ql/cpp/ql/src/Likely Bugs/Memory Management/PointerOverflow.ql
1816
ql/cpp/ql/src/Likely Bugs/Memory Management/ReturnStackAllocatedMemory.ql
@@ -30,7 +28,6 @@ ql/cpp/ql/src/Security/CWE/CWE-120/VeryLikelyOverrunWrite.ql
3028
ql/cpp/ql/src/Security/CWE/CWE-131/NoSpaceForZeroTerminator.ql
3129
ql/cpp/ql/src/Security/CWE/CWE-134/UncontrolledFormatString.ql
3230
ql/cpp/ql/src/Security/CWE/CWE-190/ArithmeticUncontrolled.ql
33-
ql/cpp/ql/src/Security/CWE/CWE-190/ComparisonWithWiderType.ql
3431
ql/cpp/ql/src/Security/CWE/CWE-191/UnsignedDifferenceExpressionComparedZero.ql
3532
ql/cpp/ql/src/Security/CWE/CWE-253/HResultBooleanConversion.ql
3633
ql/cpp/ql/src/Security/CWE/CWE-311/CleartextFileWrite.ql
@@ -43,7 +40,6 @@ ql/cpp/ql/src/Security/CWE/CWE-367/TOCTOUFilesystemRace.ql
4340
ql/cpp/ql/src/Security/CWE/CWE-416/IteratorToExpiredContainer.ql
4441
ql/cpp/ql/src/Security/CWE/CWE-416/UseOfStringAfterLifetimeEnds.ql
4542
ql/cpp/ql/src/Security/CWE/CWE-416/UseOfUniquePointerAfterLifetimeEnds.ql
46-
ql/cpp/ql/src/Security/CWE/CWE-468/SuspiciousAddWithSizeof.ql
4743
ql/cpp/ql/src/Security/CWE/CWE-497/ExposedSystemData.ql
4844
ql/cpp/ql/src/Security/CWE/CWE-611/XXE.ql
4945
ql/cpp/ql/src/Security/CWE/CWE-676/DangerousFunctionOverflow.ql

0 commit comments

Comments
 (0)