Skip to content

Commit 0d69dc8

Browse files
committed
Python: Minor qldoc improvement
1 parent 837daaa commit 0d69dc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/src/experimental/semmle/python/Concepts.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module XML {
5151
DataFlow::Node getAnInput() { result = super.getAnInput() }
5252

5353
/**
54-
* Holds if the parsing method or the parser holding it is vulnerable to `kind`.
54+
* Holds if this XML parsing is vulnerable to `kind`.
5555
*/
5656
predicate vulnerable(XMLVulnerabilityKind kind) { super.vulnerable(kind) }
5757
}
@@ -71,7 +71,7 @@ module XML {
7171
abstract DataFlow::Node getAnInput();
7272

7373
/**
74-
* Holds if the parsing method or the parser holding it is vulnerable to `kind`.
74+
* Holds if this XML parsing is vulnerable to `kind`.
7575
*/
7676
abstract predicate vulnerable(XMLVulnerabilityKind kind);
7777
}

0 commit comments

Comments
 (0)