Skip to content

Commit 246093d

Browse files
committed
C++: Move the two implementation imports.
1 parent cf932eb commit 246093d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/ql/src/Security/CWE/CWE-611/XML.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
import cpp
77
import semmle.code.cpp.ir.dataflow.DataFlow
8+
import Xerces
9+
import Libxml2
810

911
/**
1012
* A flow state representing a possible configuration of an XML object.

cpp/ql/src/Security/CWE/CWE-611/XXE.ql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
import cpp
1616
import XML
17-
import Xerces
18-
import Libxml2
1917
import DataFlow::PathGraph
2018

2119
/**

0 commit comments

Comments
 (0)