We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf932eb commit 246093dCopy full SHA for 246093d
cpp/ql/src/Security/CWE/CWE-611/XML.qll
@@ -5,6 +5,8 @@
5
6
import cpp
7
import semmle.code.cpp.ir.dataflow.DataFlow
8
+import Xerces
9
+import Libxml2
10
11
/**
12
* A flow state representing a possible configuration of an XML object.
cpp/ql/src/Security/CWE/CWE-611/XXE.ql
@@ -14,8 +14,6 @@
14
15
16
import XML
17
-import Xerces
18
-import Libxml2
19
import DataFlow::PathGraph
20
21
0 commit comments