SECURITY UPDATE: tarfile DoS via negative member offsets
debian/patches/CVE-2025-8194.patch: validate that member offsets are
non-negative in Lib/tarfile.py.
CVE-2025-8194
SECURITY UPDATE: webbrowser.open accepts URLs with leading dashes
debian/patches/CVE-2026-4519-CVE-2026-4786.patch: reject URLs whose
lstrip starts with '-' in Lib/webbrowser.py; also fix bypass via
%action substitution in UnixBrowser.open().