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

The documentation for the newly added `int.toUnicode()` predicate [says](https://codeql.github.com/codeql-standard-libraries/java/predicate.int$toUnicode.0.html): > Returns the unicode character for the receiver seen as a unicode code point This is slightly misleading because CodeQL strings...

CLI

What do you think about adding predicates to the CodeQL type `string` for determining whether a string has a given prefix or suffix or contains a substring? For example `startsWith(string)`,...

CLI

## Description When ```codeql database create``` is used on a code-base containing files whose names contain multiple dots (.) the files are ignored by the extractors. ## Steps to reproduce...

CLI

Instead of manually specifying `--include=src/file1.js`, `--include=src/file2.js`, `--include=src/file3.js`, etc, hundred/thousands of times for large projects, it would be really handy if I could just provide the list of files I want...

CLI

[2021-07-13 14:21:43] [build-stdout] cc -g -O2 -DHAVE_CONFIG_H -Wall -I. -DVERSION=\"4.4\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPREFIX=\"/usr\" -c -o md5.o md5.c [2021-07-13 14:21:43] [build-stdout] ./mksources [2021-07-13 14:21:43] [build-stdout] cc bftpdutmp.o commands.o commands_admin.o cwd.o dirlist.o...

CLI

i use codeql database analyze .\demo2 ..\vscode-codeql-starter\ql\javascript\ql\src\code_test.ql --format=csv --output=a/js-results.csv, but a error happen ``` E:\code analysis\test2> codeql database analyze .\demo2 ..\vscode-codeql-starter\ql\javascript\ql\src\code_test.ql --format=csv --output=a/js-results.csv Running queries. Compiling query plan for E:\code...

CLI

It appears the built-in predicate `float.toString()` causes precision loss for the result. This can be irritating and also prevents using it in QL `InlineExpectationsTest` because there the expected `value` has...

Complexity: Medium
Engine: Evaluator

Especially when debugging queries it can often be interesting to know whether a predicate (or a relation) holds or not. However, you can only use expressions in result sets, requiring...

enhancement
CLI

What do you think about making the variable identifiers of the CodeQL [`any(...)` expression](https://codeql.github.com/docs/ql-language-reference/expressions/#any) and [`exists(...)` formula](https://codeql.github.com/docs/ql-language-reference/formulas/#exists) optional if they do not have any formulas? Currently the CodeQL language specification...

enhancement
CLI
Engine: Compiler and Optimiser
QLIP

it would be nice to have a formula to install and upgrade via brew rather than having to download mac binaries from here

enhancement
CLI