Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0df16 commit b149666Copy full SHA for b149666
1 file changed
cpp/ql/src/Security/CWE/CWE-611/XXE.ql
@@ -1,17 +1,17 @@
1
/**
2
* @name External Entity Expansion
3
- * @description TODO
+ * @description Parsing user-controlled XML documents and allowing expansion of
4
+ * external entity references may lead to disclosure of
5
+ * confidential data or denial of service.
6
* @kind path-problem
7
* @id cpp/external-entity-expansion
8
* @problem.severity warning
- * @security-severity TODO
- * @precision TODO
9
+ * @security-severity 9.1
10
+ * @precision medium
11
* @tags security
12
* external/cwe/cwe-611
13
*/
14
-// TODO: currently the file name is Xerces-specific but the query ID isn't.
-// Decide which design to go with.
15
import cpp
16
import semmle.code.cpp.ir.dataflow.DataFlow
17
import DataFlow::PathGraph
0 commit comments