File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
cpp/ql/src/Security/CWE/CWE-611 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11/**
22 * @name External Entity Expansion
3- * @description TODO
3+ * @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.
46 * @kind path-problem
57 * @id cpp/external-entity-expansion
68 * @problem.severity warning
7- * @security-severity TODO
8- * @precision TODO
9+ * @security-severity 9.1
10+ * @precision medium
911 * @tags security
1012 * external/cwe/cwe-611
1113 */
1214
13- // TODO: currently the file name is Xerces-specific but the query ID isn't.
14- // Decide which design to go with.
1515import cpp
1616import semmle.code.cpp.ir.dataflow.DataFlow
1717import DataFlow:: PathGraph
You can’t perform that action at this time.
0 commit comments