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 758 codeql issues
Sort by recently updated
recently updated
newest added
trafficstars

I created a sample SQL Server injection attack, and CodeQL is not recognizing the vulnerability. If I do the same thing for a PostgreSQL database, it recognizes the vulnerability. No...

question

The following pull request explicitly marks `Sinon`’s package `match` calls as non-RegExp in order to avoid false positives.

JS
documentation

I picked this commit out of #17846 because it doesn't rely on any of the controversial API changes that are holding back that PR. It appears there are no tests...

Java
no-change-note-required

**Description of the issue** The [Oracle Call Interface (OCI)](https://www.oracle.com/ca-en/database/technologies/appdev/oci.html) is the main low-level C API for Oracle databases. CodeQL lacks coverage for it, particularly for SQL injection sinks. While I...

question
C++

Example prior work: https://github.com/github/codeql/pull/18848

Java
no-change-note-required

New query `rust/access-after-lifetime-ended`, for detecting pointer dereferences after the lifetime of the pointed-to object has ended. Makes use of some existing tests that were created for `rust/access-invalid-pointer` (before I realized...

documentation
no-change-note-required
ready-for-doc-review
Rust

This is on top of https://github.com/github/codeql/pull/19524

Rust

This is to be merged after we do the upcoming release cut.