-
**Description of the issue**
CodeQL CLI 2.15.1 usage on linux
There appears to be a bug in the/(usage of?) `org.apache.commons.compress.archivers.tar.TarArchiveOutputStream` library (which the CodeQ…
-
I've discovered that the Sarif file that the CodeQL CLI produces is a schema URL that causes the sarif-vscode-extension to think the file is invalid. The schema URl (valid) that the CodeQL CLI produce…
-
We use CodeQL through GitHub Actions and had an issue with CodeQL no longer finding Go code when we updated Go from 1.20 to 1.22. Our build actually builds the Go toolset itself, so it's probably a li…
-
**Description of the issue**
Hello,
I am using the codeql using VSCode extension. I want to generate AST for a particular file but it just won't show me the AST.
Please note that I can view the A…
-
Running a CodeQL scan on Swift code using a manual build fails, when building with Xcode 16.0 with the following error message:
> CodeQL detected code written in Swift but this run didn't build any…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
**Describe the bug**
`scripts/reports/analysis_report.py` fails for .sarif file containing MISRA violations.
In our project, we have C files and C++ files. We want to use MISRA C for .c and .h fil…
-
Hello!! I have used codeql v2.19.1 and Linux v6.6.55 , which database created by "codeql database create linux-6.6.55 -l cpp -s (kernel_src_path) --search-path (kernel_src_path) --command \'make all …
-
**Description of the issue**
CodeQL scan is not picking up SQL Injection vulnerability in the following Azure Function trigger:
```csharp
using System.Net;
using Microsoft.Azure.Functions.Work…
-
Downloading the latest version (2.17.0) and running just the executable without any arguments, prints warning `/Users//.config/codeql/config:1: Warning: Ignoring line with no option name."` when this …