-
-
Notifications
You must be signed in to change notification settings - Fork 33k
Closed
Closed
Copy link
Labels
3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixestopic-XMLtriagedThe issue has been accepted as valid by a triager.The issue has been accepted as valid by a triager.type-securityA security issueA security issue
Description
Bug report
Bug description:
There's a bad comparison against the magic string == "libexpat"
where it should check against == "expat"
for the package name. This means that SBOM data for expat doesn't get cross-checked automatically against the refresh.sh
script.
Found while reviewing #139319
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
- gh-139330: Check expat version/checksum in SBOM with refresh.sh #139331
- [3.14] gh-139330: Check expat version/checksum in SBOM with refresh.sh #139336
- [3.13] gh-139330: Check expat version/checksum in SBOM with refresh.sh #139337
- [3.12] gh-139330: Check expat version/checksum in SBOM with refresh.sh #139338
- [3.12] gh-139330: Check expat version/checksum in SBOM with refresh.sh #139339
Metadata
Metadata
Assignees
Labels
3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixestopic-XMLtriagedThe issue has been accepted as valid by a triager.The issue has been accepted as valid by a triager.type-securityA security issueA security issue