Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upcodeql database interpret-results: Confusing (and possibly wrong) error message NO_KIND_SPECIFIED #20
Comments
For example this one: https://github.com/Semmle/ql/blob/master/javascript/ql/src/Security/Summaries/ExtractFlowStepSummaries.ql |
Copied from github/codeql#2997, filed by @khanhbnv-0950:
@max-schaefer suggests this is because some queries in the
ql/javascript/ql/src/Securitydirectory have unusual values of@kindthat the results interpretation process does not support.In any case, the error message is confusing and misleading -- it should at least indicate which query it is complaining about.
@dbartol, do you have an immediate feeling for which code is involved here?