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

Hello, my name is Sofya I was trying to run an example from this link on Visual Studio Code: https://codeql.github.com/docs/codeql-language-guides/analyzing-data-flow-in-javascript-and-typescript/#analyzing-data-flow-in-javascript-and-typescript I created a database of Node.js library manually and added...

CLI

# Description During database creation for compiled languages, it looks like CodeQL tries to add some instrumentation to your compiler to get more info. This fails for "platform binaries" on...

CLI

891/891 eval 1372m18s] Evaluation done; writing results to codeql/python-tests/library-tests/PointsTo/customise/test.bqrs. Shutting down query evaluator. 3 of 891 queries failed to evaluate: codeql/python-queries/analysis/LocalDefinitions.ql, codeql/python-queries/analysis/LocalReferences.ql, codeql/python-queries/printAst.ql: The query depends on a external predicate...

CLI

While trying to create a database for the [fuchsia operating system](https://fuchsia.dev), it seems to leave out some of the files that were built. Note that the steps to build fuchsia...

CLI

While compiling [chromium](https://www.chromium.org/Home) with CodeQL, I meet lots of CatastrophicError. I build the chromium without CodeQL first, then I delete some compiled objects and recompile them with CodeQL. The error...

CLI

source code: apache-log4j-2.12.3 download from https://downloads.apache.org/logging/log4j/ os: ubuntu-20.04 maven: Apache Maven 3.6.3 codeql: 2.7.3 I can successfully build log4j without any problems with "mvn package -DskipTests ", but when I...

CLI

This is based on the following LGTM ticket: https://discuss.lgtm.com/t/error-loading-shared-library-ld-linux-x86-64-so-2-no-such-file-or-directory-needed-by-opt-dist-tools-lib64trace-so/2944/4 Build [sgx-lkl](https://github.com/lsds/sgx-lkl.git) as follows: ```sh sudo apt-get install make gcc g++ bc python xutils-dev bison flex libgcrypt20-dev libjson-c-dev automake autopoint autoconf...

bug
CLI

I am trying to use codeql in support of the MS HLK driver certification. Following their directions, I installed and configured codeql for windows. My problem is when I try...

CLI

Currently CodeQL permits writing classes with predicates using database queries, and then subclasses which do not fulfill the requirements for these database types. This renders these inherited predicates unusable and...

CLI

An error occurred when I used the CLI program to create a database for maven project: ``` ❯ codeql database create java-database --language=java --command='mvn clean install' Initializing database at /Users/jin/Desktop/micro_service_seclab/java-database....

CLI