chore(deps): bump python from cea0e60 to a7fb1e6 - #301
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps python from `cea0e60` to `a7fb1e6`. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Collaborator
|
Reviewed — the Trivy failure on this PR is real but is a detection change, not a security regression:
Merging this as-is would leave Generated by Claude Code |
icebergai-review-bot Bot
pushed a commit
that referenced
this pull request
Aug 11, 2026
…ntime image (#304) The python:3.14-slim digest bump (Dependabot #301) failed the Trivy image gate: the new digest is CPython 3.14.7, which bundles pip 26.2.1, and pip 26.2 started shipping a CycloneDX SBOM declaring its vendored libraries. Trivy now sees vendored msgpack 1.1.2 (GHSA-6v7p-g79w-8964, fixed 1.2.1) and setuptools/pkg_resources 70.3.0 (CVE-2025-47273, fixed 78.1.1) — both HIGH with an upstream fix, so the fixable-HIGH gate trips. The previous image's pip 26.1.2 vendors the exact same versions, just without the SBOM, so the bump introduces no actual regression; the copies live inside pip's _vendor tree and are only reachable by running pip itself. The runtime image never runs pip — the venv is resolved by uv in the builder stage and copied across — so remove pip, its console scripts and the ensurepip bootstrap wheel from the runtime stage. That resolves the findings at the source, keeps future pip-vendored CVEs out of the gate, and extends the existing "build-only tooling stays out of the runtime" rule to the base image's own bootstrap tooling. Supersedes #301. Claude-Session: https://claude.ai/code/session_01RfHDhw6vo9ZeEfEcB1rvS2 Co-authored-by: Claude <noreply@anthropic.com>
Contributor
Author
|
Looks like python is up-to-date now, so this is no longer needed. |
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.
Bumps python from
cea0e60toa7fb1e6.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)