QL for QL is a CodeQL analysis designed to find common bug patterns in QL code.
This analysis is mostly used as a PR check in github/codeql
.
QL for QL is experimental technology and not a supported product.
This directory contains the extractor, CodeQL libraries, and queries that power QL for QL.
Some setup is required to use QL for QL (see the below sections).
Install Rust (if using VSCode, you may also want the rust-analyzer
extension), then run:
cargo build --release
The generated ql/src/ql.dbscheme
and ql/src/codeql_ql/ast/internal/TreeSitter.qll
files are included in the repository, but they can be re-generated as follows:
./scripts/create-extractor-pack.sh
First, get an extractor pack:
Run ./scripts/create-extractor-pack.sh
(Linux/Mac) or .\scripts\create-extractor-pack.ps1
(Windows PowerShell) and the pack will be created in the extractor-pack
directory.
Then run
codeql database create <database-path> -l ql -s <project-source-path> --search-path <extractor-pack-path>
CodeQL can be configured to remember the extractor by setting the config file ~/.config/codeql/config
to:
--search-path /full/path/to/extractor-pack
Run
codeql test run <test-path> --search-path <repository-root-path>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。