【发布时间】:2019-11-21 11:42:57
【问题描述】:
每当我从 CLI 对 JavaScript 项目运行查询时,都会发生此错误。
查询
codeql analyze U:\dev\test\Website-CodeQL-DB U:\codeql-home\ql\javascript\ql\src\Declarations\AnyTest.ql --format=csv --output=codeql-analyse\codeql-resultate.csv
留言
A fatal error occurred: This QL dataset is not compatible with the QL library U:\codeql-home\ql\javascript\ql\src\Declarations\A-Test.ql uses. Perhaps the dataset needs to be upgraded?
有人知道这可能来自哪里吗?
【问题讨论】:
-
我怀疑您的 CodeQL 安装有问题。
标签: javascript command-line-interface