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.
2 parents 3179546 + 4ef9a6c commit b8b42eaCopy full SHA for b8b42ea
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