Skip to content

Commit 9f3fa1c

Browse files
committed
C++: Consistent QLDoc.
1 parent b4a840e commit 9f3fa1c

File tree

1 file changed

+5
-4
lines changed
  • cpp/ql/src/Security/CWE/CWE-611

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)