codeql-cli-binaries
codeql-cli-binaries copied to clipboard
Binaries for the CodeQL CLI
Hello ! I have spent my day on understanding CodeQL, to use it in one of my project, but I couldn't make it work on Windows. I'm trying to analyze...
`evaluation/runQueries` query server command fails silently if it fails to acquire the database lock
Hi! When having several query servers running on the same database (eg: VSCode + CodeQL.nvim) the first one running a query acquires a lock for the database, and running a...
```console > mkdir out > codeql query run -d java-database -o out overrides.ql A fatal error occurred: [redacted]/out is a directory. > rmdir out > codeql query run -d java-database...
Per @max-schaefer `codeql run test` should adapt queries that emit absolute FS paths such that they pass when run in a different environment. For example my test emits `# 0|...
I've been trying to analyze some code from the lumo project. Some of the code contains annotations, see e.g. https://github.com/anmonteiro/lumo/blob/master/src/js/util.js which contains code like: export function expandPath(somePath: string): string {...
Would it be possible to give the “codeql test” command an option to include externs and/or make this something that one can specify in a config file? Right now, the...
Copied from https://github.com/Semmle/ql/issues/2997, filed by @khanhbnv-0950: > i truy `codeql database analyze ql/javascript/ql/src/Security/ --format=csv -o test.csv`, but i give error > ```sh > Shutting down query evaluator. > Interpreting results....
codeql test run has a nice pretty-printer for graph queries (i.e. for the PrintIR query for cpp). It would be great to have the option to run queries using codeql...
Recently, I tried to use CodeQL to analyze my project, and all the steps succeeded without any warnings. However, after running some queries I realized that it was missing most...
I am running the full cpp-lgmt query suite against a big codebase, and specified the memory limit to be 30GB, and 30 jobs, and I think it might be exceeding...