8000 Add initial guide for maintaining Software Bill-of-Materials by sethmlarson · Pull Request #1251 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Add initial guide for maintaining Software Bill-of-Materials #1251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Dec 19, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add period to end of list item
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
  • Loading branch information
sethmlarson and ezio-melotti authored Dec 19, 2023
commit 1090a1afa7d4bb9bbf1990192b3e1918d2f92e1a
2 changes: 1 addition & 1 deletion developer-workflow/sbom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ After gathering this information:
auto-format your manually written JSON. The fields to fill out include:

* ``name`` for the project name.
* ``SPDXID`` which will be ``"SPDXRef-PACKAGE-{name}"``
* ``SPDXID`` which will be ``"SPDXRef-PACKAGE-{name}"``.
* ``licenseConcluded`` for the SPDX license identifier of the project license.
* ``versionInfo`` for the version of the project.
* ``downloadLocation`` should be an HTTPS URL for the project download as an archive.
Expand Down
0