mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Python: Add missing override annotation
This commit is contained in:
@@ -32,7 +32,7 @@ private class ExpatCreateParser extends TaintSource {
|
||||
|
||||
override predicate isSourceOf(TaintKind kind) { kind instanceof ExpatParser }
|
||||
|
||||
string toString() { result = "expat.create.parser" }
|
||||
override string toString() { result = "expat.create.parser" }
|
||||
}
|
||||
|
||||
private FunctionObject xmlFromString() {
|
||||
|
||||
Reference in New Issue
Block a user