We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837daaa commit 0d69dc8Copy full SHA for 0d69dc8
python/ql/src/experimental/semmle/python/Concepts.qll
@@ -51,7 +51,7 @@ module XML {
51
DataFlow::Node getAnInput() { result = super.getAnInput() }
52
53
/**
54
- * Holds if the parsing method or the parser holding it is vulnerable to `kind`.
+ * Holds if this XML parsing is vulnerable to `kind`.
55
*/
56
predicate vulnerable(XMLVulnerabilityKind kind) { super.vulnerable(kind) }
57
}
@@ -71,7 +71,7 @@ module XML {
71
abstract DataFlow::Node getAnInput();
72
73
74
75
76
abstract predicate vulnerable(XMLVulnerabilityKind kind);
77
0 commit comments