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 c9537f2 commit 4ef9a6cCopy full SHA for 4ef9a6c
python/ql/src/semmle/python/security/injection/Xml.qll
@@ -32,7 +32,7 @@ private class ExpatCreateParser extends TaintSource {
32
33
override predicate isSourceOf(TaintKind kind) { kind instanceof ExpatParser }
34
35
- string toString() { result = "expat.create.parser" }
+ override string toString() { result = "expat.create.parser" }
36
}
37
38
private FunctionObject xmlFromString() {
0 commit comments