mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
* [3.12] gh-139330: Check expat version/checksum in SBOM with refresh.sh
Check expat version/checksum in SBOM with refresh.sh
(cherry picked from commit 89b5571)
Co-authored-by: Seth Michael Larson <seth@python.org>
* 2.7.1
3 lines
188 B
ReStructuredText
3 lines
188 B
ReStructuredText
SBOM generation tool didn't cross-check the version and checksum values
|
|
against the ``Modules/expat/refresh.sh`` script, leading to the values
|
|
becoming out-of-date during routine updates.
|