codeql icon indicating copy to clipboard operation
codeql copied to clipboard

CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security

Results 660 codeql issues
Sort by recently updated
recently updated
newest added

This should be a simple semantics-preserving refactor to eliminate references to `TNormalCall`.

Python
no-change-note-required

After upgrading to CodeQL 2.19.1 to get Java 23 support (see issue #17564), the Java 23 project is still not analyzed successfully by CodeQL. Example project here: https://github.com/danishnawab/codeql-java23/tree/master ## Java...

question

**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.Worker; using Microsoft.Azure.Functions.Worker.Http; using Microsoft.Data.Sqlite; using Microsoft.Extensions.Logging;...

question

Hi there, I'm a committer for the Chromium project & we've been experimenting with building CodeQL databases of Chromium. Recently, we upgraded the version of CodeQL we were using to...

question
awaiting-response

**Description of the issue** Dependency injection and service provider building are some of the core concepts of .net / C# architecture that really define the characteristics of the platform. In...

question
awaiting-response

Bumps the npm_and_yarn group with 1 update in the /javascript/ql/test/library-tests/frameworks/Next directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /javascript/ql/test/query-tests/Security/CWE-079/DomBasedXss directory: [next](https://github.com/vercel/next.js). Updates `next` from 10.2.3 to 14.2.15...

JS
dependencies
javascript

Add [gorilla mux.Vars](https://pkg.go.dev/github.com/gorilla/mux#Vars) sanitizer

documentation
Go

I hit on an issue while implementing a taint tracking use case. So I've prepared a minimal example that showcases the issue: Here is the java code: ```java import java.util.Optional;...

question
Java

Overhaul of try/catch to support differentiating SEH vs C++ exception handling in IR generation.

C++