File tree Expand file tree Collapse file tree
cpp/ql/src/Security/CWE/CWE-611 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,14 +22,15 @@ abstract class XmlLibrary extends string {
2222 XmlLibrary ( ) { any ( ) } // required characteristic predicate
2323
2424 /**
25- * The source node for a potentially unsafe configuration object for this XML
26- * library, along with `flowstate` representing its initial state.
25+ * Holds if `node` is the source node for a potentially unsafe configuration
26+ * object for this XML library, along with `flowstate` representing its
27+ * initial state.
2728 */
2829 abstract predicate configurationSource ( DataFlow:: Node node , string flowstate ) ;
2930
3031 /**
31- * The sink node where an unsafe configuration object is used to interpret
32- * XML.
32+ * Holds if `node` is the sink node where an unsafe configuration object is
33+ * used to interpret XML.
3334 */
3435 abstract predicate configurationSink ( DataFlow:: Node node , string flowstate ) ;
3536}
You can’t perform that action at this time.
0 commit comments