mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Java: enable model exclusion characteristic also for source candidates
This commit is contained in:
@@ -375,7 +375,6 @@ private class ExcludedFromModeling extends CharacteristicsImpl::UninterestingToM
|
||||
ExcludedFromModeling() { this = "excluded from modeling" }
|
||||
|
||||
override predicate appliesToEndpoint(Endpoint e) {
|
||||
e.getExtensibleType() = "sinkModel" and
|
||||
ModelExclusions::isUninterestingForModels(ApplicationModeGetCallable::getCallable(e))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user