diff --git a/.grype.yaml b/.grype.yaml index 713bed0..63417f9 100644 --- a/.grype.yaml +++ b/.grype.yaml @@ -7,3 +7,11 @@ ignore: name: python version: 3.10.21 type: binary + # Temporary acceptance until the official Python 3.13 image includes 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