We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985e07d commit 7ffe863Copy full SHA for 7ffe863
go/ql/lib/semmle/go/security/ExternalAPIs.qll
@@ -181,7 +181,6 @@ class UnknownExternalApiDataNode extends ExternalApiDataNode {
181
// Not a sink for a commonly-used query
182
not isACommonSink(this) and
183
// Not in a package that has some functions modeled
184
- // FIXME
185
not call.getTarget().getPackage() = getAPackageWithModels()
186
}
187
0 commit comments