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

Execa package before version 5 has already been modeled but newer versions up to 8 have many new APIs that I've implemented now. @erik-krogh the `SecondOrderCommandInjectionQuery` doesn't work for me...

JS

This commits a bazel-based build system for C# using `rules_dotnet`. External dependencies are managed via `paket`, and updates to the generated bazel files are done via `./update-deps.sh`. We're providing our...

C#
depends on internal PR

Follow-up for https://github.com/github/codeql/pull/15501 This adds provenance for the steps that are defined directly in the configuration.

C#
no-change-note-required
Ruby
Swift
DataFlow Library

In this PR we align the C# model generator lifting and override logic with Java. That is, - Models are now lifted to the top base class within the source...

C#
no-change-note-required

In this PR we refactor the C# model generator test to inline like verification (models should be inlined as comments to above a callable).

C#
Java
no-change-note-required

Adds a category of private information to the shared sensitive data heuristics file. This may result in new results for the following queries: - `rb/sensitive-get-query` - `py/clear-text-storage-sensitive-data` - `py/clear-text-logging-sensitive-data` -...

JS
documentation
Python
Ruby
Swift

This is part of All for one, one for all query submission, I'm going to submit an issue in github/securitylab for this pull request too. I tries my best to...

documentation
Java
external-contribution

# Usage overview Building the extractor can be done via ``` bazel build //java/kotlin-extractor:codeql-extractor-kotlin-- ``` where `` is either `standalone` or `embeddable`, and `` is one of the supported versions....

documentation
Java
Kotlin