]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112302: Add Software Bill-of-Materials (SBOM) tracking for dependencies (#112303)
authorSeth Michael Larson <sethmichaellarson@gmail.com>
Thu, 7 Dec 2023 16:01:58 +0000 (10:01 -0600)
committerGitHub <noreply@github.com>
Thu, 7 Dec 2023 16:01:58 +0000 (18:01 +0200)
commit21221c398f6d89b2d9295895d8a2fd71d28138fa
tree9e0093ac731152e9988c4d28259b4b7110fec79f
parent2d76be251d0aee89f76e6fa5a63fa1ad3f2b76cf
gh-112302: Add Software Bill-of-Materials (SBOM) tracking for dependencies (#112303)
.github/CODEOWNERS
.github/workflows/mypy.yml
Makefile.pre.in
Misc/NEWS.d/next/Security/2023-12-06-14-06-59.gh-issue-112302.3bl20f.rst [new file with mode: 0644]
Misc/sbom.spdx.json [new file with mode: 0644]
Tools/build/generate_sbom.py [new file with mode: 0644]
Tools/build/mypy.ini [new file with mode: 0644]