File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
cpp/ql/src/Security/CWE/CWE-611 Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,15 @@ abstract class XmlLibrary extends string {
22
22
XmlLibrary ( ) { any ( ) } // required characteristic predicate
23
23
24
24
/**
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.
27
28
*/
28
29
abstract predicate configurationSource ( DataFlow:: Node node , string flowstate ) ;
29
30
30
31
/**
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.
33
34
*/
34
35
abstract predicate configurationSink ( DataFlow:: Node node , string flowstate ) ;
35
36
}
You can’t perform that action at this time.
0 commit comments