|
When I try to execute queries that use some of the semmle imports, I get the following error: ERROR: unknown annotation additional (/Users/mutas/.codeql/packages/codeql/python-all/0.6.2/semmle/python/dataflow/new/internal/DataFlowImpl.qll:1665,5-15) It seems there are dependencies missing for my dependencies? Any Insights on how to fix this? |
Answered by
atorralba
Nov 4, 2022
Replies: 1 comment 3 replies
|
|
3 replies
Answer selected by
mutasDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
additionalis a recently introduced annotation, and you need an updated version of the CodeQL CLI to work with the latestcodeql/main. What version of the CodeQL CLI are you running?