We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945cdef commit a2836dcCopy full SHA for a2836dc
1 file changed
cpp/ql/test/experimental/query-tests/Security/CWE/CWE-369/semmle/tests/test.cpp
@@ -262,7 +262,7 @@ void badTestf13(int type) {
262
if (is < 5)
263
badMySubDiv(type, is); // BAD
264
if (is < 0)
265
- badMySubDiv(type, is); // BAD
+ badMySubDiv(type, is); // BAD [NOT DETECTED]
266
if (is > 5)
267
badMySubDiv(type, is); // GOOD
268
if (is == 0)
0 commit comments