codeql-cli-binaries icon indicating copy to clipboard operation
codeql-cli-binaries copied to clipboard

Binaries for the CodeQL CLI

Results 51 codeql-cli-binaries issues
Sort by recently updated
recently updated
newest added

In a recent talk with @adityasharad , he mentioned that CodeQL would try to understand when a compiler is being invoked. Some projects use [goma](https://chromium.googlesource.com/infra/goma/server/+/refs/tags/v0.0.1/README.md) to speed up the build...

enhancement
CLI

Is there any internal work going on to support native Apple Silicon binaries, instead of running Java under Rosetta 2? (Given that some stages of CodeQL are single threaded bound,...

CLI

Hi, We just started using codeql cli for our code scanning. I am looking for a codeql cli to give the list of issues based on severity once we run...

CLI

When javascript is scanned during finalize typescript-parser-wrapper can throw with tsconfig.json path mismatch. This particular situation was found when more than javascript was detected and was on a Windows agent....

CLI

codeql query run --threads=0 still results in only one core being utilized, which severely affects query speed. I typically see this in my log file: Creating executor with (many) threads....

enhancement
CLI
Complexity: High

From, https://docs.microsoft.com/en-us/windows-hardware/drivers/devtest/static-tools-and-codeql C:\codeql-home>C:\codeql-home\codeql\codeql.cmd database create -l=cpp -s=C:\codeql-home\drivers\kmdf -c "msbuild /t:rebuild "C:\codeql-home\drivers\kmdf\kmdfecho.sln" /p:UseSharedCompilation=false" "C:\codeql-home\databases\kmdf" -j 0 If the above command is modified to incorporate configuration the database creation fails, C:\codeql-home>C:\codeql-home\codeql\codeql.cmd database...

CLI

I would like to explicitly invoke the JavaScript autobuilder as part of `codeql database create`, with the ultimate goal of passing it some custom options. However, even invoking it without...

CLI

Steps followed to CodeQL Local Setup Installed CodeQl CLI using chocolatey. Installed CodeQL VS code extension. Cloned starter pack with recursive command in a directory. Installed codeql pack download codeql/csharp-all...

CLI

When CodeQL is enabled for our repo here https://github.com/xamarin/ios-sim-sharp, the build crashes, with codeql is on the call stack. See the attached: [failure.log](https://github.com/github/codeql-cli-binaries/files/10198085/failure.log) The error below also appears in the...

CLI