fix code compilation error after main branch breaking change

This commit is contained in:
Stephan Brandauer
2023-05-10 11:29:49 +02:00
parent 9ed3c248ad
commit 7ae6a992b6

View File

@@ -88,7 +88,7 @@ module FrameworkCandidatesImpl implements SharedCharacteristics::CandidateSig {
predicate isNeutral(Endpoint e) {
exists(string package, string type, string name, string signature |
sinkSpec(e, package, type, name, signature, _, _) and
ExternalFlow::neutralModel(package, type, name, [signature, ""], _)
ExternalFlow::neutralModel(package, type, name, [signature, ""], _, _)
)
}