codeql-cli-binaries
codeql-cli-binaries copied to clipboard
Binaries for the CodeQL CLI
Hello, When I use CodeQL to create database, I got following error: ```bash % codeql database create tdb --language=java Initializing database at /Users/admin/Documents/codeql-home/repo/xxx/java-db. Running build command: [/Users/admin/Documents/codeql-home/codeql/java/tools/autobuild.sh] [2022-01-26 21:17:40] [build-stdout]...
Hi I want to run codeQL on some C/C++ source files. I am getting the following errors when running ```./codeql database create mydb --language=cpp``` ``` Initializing database at /home/nimashiri/SATS/codeql-linux64/codeql/mydb. Running...
Hi I'm trying to run CodeQL on AOSP with this command: `codeql database create new-database --language=java --command='make services'` but i'm getting this error while building: `[build] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: out/soong/.intermediates/external/libcxx/libc++_static/darwin_x86_64_static/libc++_static.a(cxa_unexpected.o) has...
Hi, I tried to create codeql DB for android, but I got the error message: $ codeql database create DATABASE_PATH --language=cpp --command="m" Initializing database at DATABASE_PATH. Running command [m] in...
Hi, Most of the `.c` files are missing after compilation of XNU in DB. ### Log entry: ``` /opt/homebrew/Caskroom/codeql/2.11.4/codeql/cpp/tools/osx64/extractor --trapfolder /private/tmp/xnu/build-xnu-xnu-8792.41.9/xnu-xnu-8792.41.9/xnu-database/trap/cpp --src_archive /private/tmp/xnu/build-xnu-xnu-8792.41.9/xnu-xnu-8792.41.9/xnu-database/src --mimic_config /private/tmp/xnu/build-xnu-xnu-8792.41.9/xnu-xnu-8792.41.9/xnu-database/working/compiler_mimic_cache/0bf1e9bd38ad --executable_filename /private/tmp/xnu/build-xnu-xnu-8792.41.9/xnu-xnu-8792.41.9/BUILD/obj/SETUP/installfile/installfile.o -w --error_limit 1000...
1. `codeql database create java_db1 --language=java --source-root Java/ 3. Initializing database at /home/prakash/java_db1. 4. Running build command: [/home/prakash/codeql/java/tools/autobuild.sh] 5. [2022-11-11 11:29:36] [build-stderr] ERROR: Could not detect a suitable build command...
When I compile a java project built by maven, codeql tell me "No source code was seen and extracted". 1. cmd is: codeql database create sonar.db -l java -c "./gradlew...
I have extended the [official CodeQL container](https://github.com/microsoft/codeql-container) to run CodeQL analysis during a Python Flask HTTP request. Throughout the request, three codeql CLI commands are executed: ``` codeql database create...
Running the `pack download` command in codeql writes results to a $HOME/.codeql directory. It would be nice if codeql conformed to the freedesktop guidelines about where to write user data,...
Hi I'm trying to run CodeQL on AOSP with this command: codeql database create new-database --working-dir=./ --source-root=./ --language=java --command='make services' many unnecessary java files were extracted by codeql in output/soong/.intermediates,...