Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP4:GA
python-wheel
wheel_cve_2022_40898.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File wheel_cve_2022_40898.patch of Package python-wheel
--- wheel/install.py.orig +++ wheel/install.py @@ -32,8 +32,9 @@ VERSION_TOO_HIGH = (1, 0) # Non-greedy matching of an optional build number may be too clever (more # invalid wheel filenames will match). Separate regex for .dist-info? WHEEL_INFO_RE = re.compile( - r"""^(?P<namever>(?P<name>.+?)(-(?P<ver>\d.+?))?) - ((-(?P<build>\d.*?))?-(?P<pyver>.+?)-(?P<abi>.+?)-(?P<plat>.+?) + r"""^(?P<namever>(?P<name>[^\s-]+?)(-(?P<ver>\d[^\s-]+?))?) + ((-(?P<build>\d[^\s-]*?))?-(?P<pyver>[^\s-]+?)-(?P<abi>[^\s-]+?) + -(?P<plat>\S+?) \.whl|\.dist-info)$""", re.VERBOSE).match
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor