We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca567f commit 3769a8aCopy full SHA for 3769a8a
cpp/ql/integration-tests/query-suite/cpp-code-scanning.qls.expected
@@ -11,6 +11,7 @@ ql/cpp/ql/src/Likely Bugs/Arithmetic/SignedOverflowCheck.ql
11
ql/cpp/ql/src/Likely Bugs/Conversion/CastArrayPointerArithmetic.ql
12
ql/cpp/ql/src/Likely Bugs/Format/SnprintfOverflow.ql
13
ql/cpp/ql/src/Likely Bugs/Format/WrongNumberOfFormatArguments.ql
14
+ql/cpp/ql/src/Likely Bugs/Format/WrongTypeFormatArguments.ql
15
ql/cpp/ql/src/Likely Bugs/Memory Management/AllocaInLoop.ql
16
ql/cpp/ql/src/Likely Bugs/Memory Management/PointerOverflow.ql
17
ql/cpp/ql/src/Likely Bugs/Memory Management/ReturnStackAllocatedMemory.ql
0 commit comments