19
0

Accepting request 1328219 from home:nkrapp:branches:devel:languages:python

- Update to 6.1.0 (fixes CVE-2026-23949, bsc#1256954)
  * In tarfile.context, ensure that the default filter honors the data filter
    to avoid path traversal vulnerabilities.

OBS-URL: https://build.opensuse.org/request/show/1328219
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.context?expand=0&rev=24
This commit is contained in:
2026-01-20 10:33:12 +00:00
committed by Git OBS Bridge
parent 849c14b166
commit 9cdcfb5c6a
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jan 20 09:52:54 UTC 2026 - Nico Krapp <nico.krapp@suse.com>
- Update to 6.1.0 (fixes CVE-2026-23949, bsc#1256954)
* In tarfile.context, ensure that the default filter honors the data filter
to avoid path traversal vulnerabilities.
-------------------------------------------------------------------
Mon Sep 29 11:52:00 UTC 2025 - Dirk Müller <dmueller@suse.com>