mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Remove addressed FIXME
This was addressed by adding `getAPackageWithSummarizedCallables`
This commit is contained in:
@@ -181,7 +181,6 @@ class UnknownExternalApiDataNode extends ExternalApiDataNode {
|
||||
// Not a sink for a commonly-used query
|
||||
not isACommonSink(this) and
|
||||
// Not in a package that has some functions modeled
|
||||
// FIXME
|
||||
not call.getTarget().getPackage() = getAPackageWithModels()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user