Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions cluster-api-helm-controller.advisories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ advisories:
componentType: go-module
componentLocation: /usr/bin/cluster-api-helm-controller
scanner: grype
- timestamp: 2025-08-02T00:37:37Z
type: pending-upstream-fix
data:
note: "Upstream needs to make code changes in order to upgrade helm.sh/helm/v3 to 3.18.4. Pending PR is inflight awaiting upstream approval: https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/420"

- id: CGA-m548-vg3p-3399
aliases:
Expand Down Expand Up @@ -124,3 +128,7 @@ advisories:
componentType: go-module
componentLocation: /usr/bin/cluster-api-helm-controller
scanner: grype
- timestamp: 2025-08-02T00:37:37Z
type: pending-upstream-fix
data:
note: "Upstream needs to make code changes in order to upgrade helm.sh/helm/v3 to 3.18.4. Pending PR is inflight awaiting upstream approval: https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/420"
4 changes: 4 additions & 0 deletions python-3.10.advisories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ advisories:
componentType: apk
componentLocation: /.PKGINFO
scanner: grype
- timestamp: 2025-08-01T00:32:23Z
type: pending-upstream-fix
data:
note: 'Upstream maintainers must release the backport PR for Python 3.10. The tarfile validation fix from gh-130577 is ready for 3.10 via PR #137176 but not yet merged and released. CVE-2025-8194 is fixed in Python 3.13.5+ but requires backporting to 3.10 branch. Reference: https://github.com/python/cpython/pull/137176'

- id: CGA-5pmm-mmg3-pfp3
aliases:
Expand Down
4 changes: 4 additions & 0 deletions python-3.11.advisories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ advisories:
componentType: apk
componentLocation: /.PKGINFO
scanner: grype
- timestamp: 2025-08-01T00:32:04Z
type: pending-upstream-fix
data:
note: 'Upstream maintainers must release the backport PR for Python 3.11. The tarfile validation fix from gh-130577 is ready for 3.11 via PR #137172 but not yet merged and released. CVE-2025-8194 is fixed in Python 3.13.5+ but requires backporting to 3.11 branch. Reference: https://github.com/python/cpython/pull/137172'

- id: CGA-h6qq-2p9f-rrpx
aliases:
Expand Down
4 changes: 4 additions & 0 deletions python-3.12.advisories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,10 @@ advisories:
componentType: apk
componentLocation: /.PKGINFO
scanner: grype
- timestamp: 2025-08-01T00:31:45Z
type: pending-upstream-fix
data:
note: 'Upstream maintainers must release the backport PR for Python 3.12. The tarfile validation fix from gh-130577 is ready for 3.12 via PR #137171 but not yet merged and released. CVE-2025-8194 is fixed in Python 3.13.5+ but requires backporting to 3.12 branch. Reference: https://github.com/python/cpython/pull/137171'

- id: CGA-q3qc-6cj9-jg33
aliases:
Expand Down
4 changes: 4 additions & 0 deletions python-3.13.advisories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,3 +296,7 @@ advisories:
componentType: apk
componentLocation: /.PKGINFO
scanner: grype
- timestamp: 2025-08-01T01:03:45Z
type: pending-upstream-fix
data:
note: The tarfile validation fix from gh-130577 has been cherry-picked from Python 3.13 main branch to our python-3.13 package. However, this remains a pending-upstream-fix until an official Python 3.13.6+ release includes this security fix. The cherry-pick provides immediate protection while waiting for the upstream release.
Loading