mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
leftover renaming label->kind
This commit is contained in:
@@ -268,7 +268,7 @@ module SharedCharacteristics<CandidateSig Candidate> {
|
||||
string madLabel;
|
||||
Candidate::EndpointType endpointType;
|
||||
|
||||
KnownSinkCharacteristic() { Candidate::isKnownLabel(madLabel, this, endpointType) }
|
||||
KnownSinkCharacteristic() { Candidate::isKnownKind(madLabel, this, endpointType) }
|
||||
|
||||
override predicate appliesToEndpoint(Candidate::Endpoint e) { Candidate::isSink(e, madLabel) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user