We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37abdc7 commit 917cf7bCopy full SHA for 917cf7b
go/ql/lib/semmle/go/dataflow/ExternalFlow.qll
@@ -221,7 +221,7 @@ module ModelValidation {
221
not ext.regexpMatch("|Annotated") and
222
result = "Unrecognized extra API graph element \"" + ext + "\" in " + pred + " model."
223
or
224
- not provenance = ["manual", "generated"] and
+ invalidProvenance(provenance) and
225
result = "Unrecognized provenance description \"" + provenance + "\" in " + pred + " model."
226
)
227
}
0 commit comments