spdx-spec
spdx-spec copied to clipboard
The SPDX specification in MarkDown and HTML formats.
https://github.com/spdx/spdx-spec/blob/aadf3b0b8dbbabdb4d880b0fc714255fea436ff7/examples/SPDXJSONExample-v2.2.spdx.json#L164 field should be rendered as `licenseInfoInFile` per spec https://spdx.github.io/spdx-spec/file-information/#863-examples There may be similar occurrences of this elsewhere in the examples, I haven't checked around yet.
We have a case where packages present in an image have circular runtime dependencies (this is allowed by most package managers), which means it is impossible to encode the runtime...
The following tasks need to be completed for the 2.3 release: - [x] Complete review period (end of day Wednesday 10 August 2022) - [x] All issues in the 2.3...
Size of File (optional) - express as number of bytes similar to mechanism used for snippet. Will be useful for heuristics working with snippets and licensing.
If you visit a URL that doesn't exist in the spdx-spec (for example, https://spdx.github.io/spdx-spec/this-does-not-exist) you get a broken page with missing stylesheets and a TOC that doesn't work.
".xls spreadsheets" is in the list of possible formats for SPDX documents, but is not specified. We should at minimum: * give the list of tabs with their name, *...
Thomas: Expand §8.3.4 Annotation Type with new values “LICENSE” | “PATENT”. Enables annotator to more precisely indicate type of annotation Discussed use case brought up by customers - will save...
Section 2.2 Document Metadata has 8 fields, including: creators: Identity[1..*] where Identity is defined in Sections 2.7-2.10, and where the YAML example of creators is: creators: - person: name: William...
The SPDX Specification 2.1 (and also 2.2) explicitly states that in tag:value format, - a Package section must start with PackageName ("A new Package Information section is denoted by the...
If there are two PRs deploying at the same time one will fail because `gh-pages` changes under them. This is a good behavior because it prevents content being lost but...