chore(deps): update dependency zipp to v3.19.1 [security]#45
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency zipp to v3.19.1 [security]#45renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/pypi-zipp-vulnerability
branch
from
October 29, 2024 02:59
0f27683 to
a792c54
Compare
renovate
Bot
force-pushed
the
renovate/pypi-zipp-vulnerability
branch
from
January 15, 2025 07:35
a792c54 to
b9069cf
Compare
renovate
Bot
force-pushed
the
renovate/pypi-zipp-vulnerability
branch
from
March 4, 2025 07:45
b9069cf to
903a223
Compare
renovate
Bot
force-pushed
the
renovate/pypi-zipp-vulnerability
branch
from
April 8, 2025 23:47
903a223 to
0f2fa89
Compare
renovate
Bot
force-pushed
the
renovate/pypi-zipp-vulnerability
branch
from
August 11, 2025 12:13
0f2fa89 to
c5c2ad2
Compare
renovate
Bot
force-pushed
the
renovate/pypi-zipp-vulnerability
branch
from
November 19, 2025 16:02
c5c2ad2 to
9f8a0ba
Compare
renovate
Bot
force-pushed
the
renovate/pypi-zipp-vulnerability
branch
from
February 3, 2026 03:59
9f8a0ba to
573eefd
Compare
renovate
Bot
force-pushed
the
renovate/pypi-zipp-vulnerability
branch
from
March 31, 2026 09:45
573eefd to
796e5a6
Compare
renovate
Bot
force-pushed
the
renovate/pypi-zipp-vulnerability
branch
from
May 2, 2026 07:11
796e5a6 to
b5a90eb
Compare
renovate
Bot
force-pushed
the
renovate/pypi-zipp-vulnerability
branch
from
May 13, 2026 08:07
b5a90eb to
55f7aa3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.15.0→3.19.1zipp Denial of Service vulnerability
CVE-2024-5569 / GHSA-jfmj-5v4g-7637
More information
Details
A Denial of Service (DoS) vulnerability exists in the jaraco/zipp library, affecting all versions prior to 3.19.1. The vulnerability is triggered when processing a specially crafted zip file that leads to an infinite loop. This issue also impacts the zipfile module of CPython, as features from the third-party zipp library are later merged into CPython, and the affected code is identical in both projects. The infinite loop can be initiated through the use of functions affecting the
Pathmodule in both zipp and zipfile, such asjoinpath, the overloaded division operator, anditerdir. Although the infinite loop is not resource exhaustive, it prevents the application from responding. The vulnerability was addressed in version 3.19.1 of jaraco/zipp.Severity
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
jaraco/zipp (zipp)
v3.19.1Compare Source
v3.19.0Compare Source
v3.18.2Compare Source
v3.18.1Compare Source
v3.18.0Compare Source
v3.17.0Compare Source
v3.16.2Compare Source
v3.16.1Compare Source
v3.16.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.