fix(api): bump cryptography to 46.0.7 in api/poetry.lock (follow-up to #10978)#10979
Closed
HugoPBrito wants to merge 1 commit into
Closed
fix(api): bump cryptography to 46.0.7 in api/poetry.lock (follow-up to #10978)#10979HugoPBrito wants to merge 1 commit into
HugoPBrito wants to merge 1 commit into
Conversation
ef5dfb3 to
85f28b5
Compare
- Patch out-of-bounds read on non-contiguous buffers in Hash.update et al. in the API image transitively via the prowler SDK pin - Lockfile regen deferred to a follow-up commit on this branch after #10978 lands on master (api/pyproject.toml resolves prowler from git@master, blocking the lock until then)
85f28b5 to
eb0b126
Compare
Member
Author
|
Superseded by #10978: the api/poetry.lock cryptography bump (CVE-2026-39892) is now included directly in #10978 via a temporary prowler git ref pin, so this stacked follow-up is no longer needed. |
13 tasks
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
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.
Context
Stacked follow-up to #10978 (`fix: patch CVE-2026-39892 and CVE-2026-33186 across SDK, API and MCP images`). It closes the remaining piece of CVE-2026-39892 in the API container image: bumping the transitive `cryptography` pin in `api/poetry.lock` from `46.0.6` to `46.0.7`.
This had to be split because `api/pyproject.toml` resolves the `prowler` SDK from `git+https://github.com/prowler-cloud/prowler.git@master\`. Until #10978 merges, master keeps `cryptography==46.0.6` and Poetry refuses to lock `46.0.7` in api/ (constraint conflict). After #10978 merges, `poetry lock` in `api/` resolves `46.0.7` cleanly via the new `prowler@master` pin — no other change required.
Description (planned, after #10978 merge)
The `api/CHANGELOG.md` entry under `### 🔐 Security` of the `1.27.0` UNRELEASED block is already in place from this PR's first commit.
Steps to review (after lock regen)
Why a stacked PR
Per the "linear progression" requested by the security review: keeping the api/ lock change in its own PR makes it explicit that:
GitHub will retarget this PR's base from `fix/sdk-cves-cryptography-trivy` to `master` automatically once #10978 merges.
Checklist
Community Checklist
API
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.