forked from github/codeql
-
Notifications
You must be signed in to change notification settings - Fork 19
Sync Main (autogenerated) #293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Java: Fix false positives in evaluation-to-constant query for ErrorType
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
Rust: New query rust/insecure-cookie
Rust: Consistency fix for reusables/extractors.rst.
Rust: Add taint model for add on `String`
…structor-fp Java: note that classes with entirely private constructors can't be subclassed
…s in the non-experimental "new" range analysis.
Rust: Add Basic query for Rust code doc
Go: Add tests for SafeUrlFlow, and fix a latent bug
…lete-predicates Rust: Remove member predicates on `Type`
…and user defined operators and use this in the QL code.
…bs-and-catchall Add code owners for `/shared/` and a catch-all
…request-forgery Go: sanitize simple types in `go/request-forgery`
…ssable Rust: Include tuple structs/variants in `CallExprBase.getStaticTarget()`
…ions C#: Reduce location TRAP creation for Fields, Parameters, Constructors, Destructors and Operators.
Bumps the extractor-dependencies group in /go/extractor with 2 updates: [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/tools](https://github.com/golang/tools). Updates `golang.org/x/mod` from 0.28.0 to 0.29.0 - [Commits](golang/mod@v0.28.0...v0.29.0) Updates `golang.org/x/tools` from 0.37.0 to 0.38.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.37.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: extractor-dependencies - dependency-name: golang.org/x/tools dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: extractor-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…extractor/extractor-dependencies-5148baeadc Bump the extractor-dependencies group in /go/extractor with 2 updates
…-joinorder Rangeanalysis: Fix a bad join-order in boundedPhiRankStep.
It seems `_ERR_MSG` was silently removed in Python 3.14, leading to an `ImportError` when running the extractor. To fix this, we explicitly set `_ERR_MSG` when the existing import fails (using `_ERR_MSG_PREFIX` which is available in Python 3.14+, along with the bits that make up the difference between this and `_ERR_MSG`).
…rror-in-imp Python: Fix `ImportError` in `imp.py` under Python 3.14
Release preparation for version 2.23.3
…ed-output Actions: Update `SecretExfiltration` output for typo fix
Compatible with the latest released version of the CodeQL CLI
ropwareJB
approved these changes
Oct 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR syncs the latest changes from
codeql-cli/latestintomain.