Skip to content
Merged
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
17 changes: 16 additions & 1 deletion .grype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,26 @@ ignore:
name: python
version: 3.10.21
type: binary
# Temporary acceptance until the official Python 3.13 image includes the tarfile fix.
# Temporary acceptance until the official Python 3.10–3.13 images include the tarfile fix.
# https://github.com/python/cpython/pull/157192
# Remove after upgrading: https://github.com/wodby/python/issues/12
- vulnerability: CVE-2026-82049
package:
name: python
version: 3.13.15
type: binary
- vulnerability: CVE-2026-82049
package:
name: python
version: 3.12.14
type: binary
- vulnerability: CVE-2026-82049
package:
name: python
version: 3.11.16
type: binary
- vulnerability: CVE-2026-82049
package:
name: python
version: 3.10.21
type: binary
Loading