We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dbbdef commit 201af3fCopy full SHA for 201af3f
cpp/ql/integration-tests/query-suite/cpp-code-scanning.qls.expected
@@ -28,6 +28,7 @@ ql/cpp/ql/src/Security/CWE/CWE-120/VeryLikelyOverrunWrite.ql
28
ql/cpp/ql/src/Security/CWE/CWE-131/NoSpaceForZeroTerminator.ql
29
ql/cpp/ql/src/Security/CWE/CWE-134/UncontrolledFormatString.ql
30
ql/cpp/ql/src/Security/CWE/CWE-190/ArithmeticUncontrolled.ql
31
+ql/cpp/ql/src/Security/CWE/CWE-190/ComparisonWithWiderType.ql
32
ql/cpp/ql/src/Security/CWE/CWE-191/UnsignedDifferenceExpressionComparedZero.ql
33
ql/cpp/ql/src/Security/CWE/CWE-253/HResultBooleanConversion.ql
34
ql/cpp/ql/src/Security/CWE/CWE-311/CleartextFileWrite.ql
0 commit comments