Skip to content

Commit 7ffe863

Browse files
committed
Remove addressed FIXME
This was addressed by adding `getAPackageWithSummarizedCallables`
1 parent 985e07d commit 7ffe863

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

go/ql/lib/semmle/go/security/ExternalAPIs.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ class UnknownExternalApiDataNode extends ExternalApiDataNode {
181181
// Not a sink for a commonly-used query
182182
not isACommonSink(this) and
183183
// Not in a package that has some functions modeled
184-
// FIXME
185184
not call.getTarget().getPackage() = getAPackageWithModels()
186185
}
187186
}

0 commit comments

Comments
 (0)