We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d628905 commit 2a9133aCopy full SHA for 2a9133a
cpp/ql/test/query-tests/Security/CWE/CWE-611/tests3.cpp
@@ -35,7 +35,7 @@ void test3_2(InputSource &data) {
35
SAX2XMLReader *p_3_3 = XMLReaderFactory::createXMLReader();
36
37
void test3_3(InputSource &data) {
38
- p_3_3->parse(data); // BAD (parser not correctly configured) [NOT DETECTED]
+ p_3_3->parse(data); // BAD (parser not correctly configured)
39
}
40
41
SAX2XMLReader *p_3_4 = XMLReaderFactory::createXMLReader();
@@ -53,7 +53,7 @@ void test3_5_init() {
53
54
void test3_5(InputSource &data) {
55
test3_5_init();
56
- p_3_5->parse(data); // GOOD
+ p_3_5->parse(data); // GOOD [FALSE POSITIVE]
57
58
59
void test3_6(InputSource &data) {
0 commit comments