-
```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 -o out overri…
-
https://lgtm.com/projects/g/bluerobotics/ping-viewer/logs/languages/lang:cpp
-
**Description of the issue**
Data flow tracking doesn't currently work when the flow source uses non-procedural based data flow and instead uses stream or asynchronous paradigms.
A few examples:…
-
**Description of the false positive**
I've encountered a few cases where LGTM and the VS Code plugin won't correctly render path steps. It's my hunch that this may be related to when `additionalTai…
-
**Description of the issue**
### >
CodeQL command-line toolchain release 2.14.6.
### >
(a-1) Cloning codeql 'main' branch
`git clone https://github.com/github/codeql.git codeql-main-cl…
-
How can I download standard libraries locally? Preferably stored as some sort of structured data, please!
-
Hi guys
Sorry to post this here, but I couldn't find any channel to properly post it (forum/chat)
I want to perform a really simple query for the apache/struts subject in the online console or …
-
I am adding CodeQL checks to our repository for it to run when code is pushed to our branch. On doing that I got the following error.
```
A fatal error occurred: Severe disk cache trouble (corrupt…
-
When I used the script that was found in [https://github.com/github/codeql/blob/main/python/ql/src/Security/CWE-078/CommandInjection.ql](url) to do a command-injection taint tracking, I found that it …
-
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| [File] /home/chris/code…