Change Log
December 11, 2024 ยท View on GitHub
3.0.1 (2024-12-10)
Changes since 3.0
- Removed:
Software/contentTypeproperty - #789- The
Software/Fileclass is meant to use theCore/contentTypeproperty.
- The
- Fixed: Cardinalities in
Security/VexAffectedVulnAssessmentRelationshipclass - #908- Corrected
actionStatementcardinality from0..1to1..1to match its textual description. - Corrected
actionStatementTimecardinality from0..*to0..1to match its textual description.
- Corrected
- Fixed: Typo in
Core/importproperty - #847- Corrected
importstoimportin Core Profile.
- Corrected
- Fixed: Typo in
Build/parameterproperty - #836- Corrected
parameterstoparameterin Build Profile.
- Corrected
- Fixed: Typo in
hasInputandhasOutputentries - #854- Corrected
hasInputstohasInputandhasOutputstohasOutputinCore/RelationshipType.
- Corrected
- Fixed: Typo in
hasPrerequisiteentry- #817- Corrected the misspelling of
hasPrerequsitetohasPrerequisiteinCore/RelationshipType.
- Corrected the misspelling of
- Fixed: Licensing relationship type names in Profile conformance - #779
- Corrected
concludedLicensetohasConcludedLicenseanddeclaredLicensetohasDeclaredLicensein the "Profile conformance" section of AI, Dataset, Licensing, and Lite Profiles.
- Corrected
- Fixed:
Security/actionStatementproperty - #908- Corrected its cardinality from
0..1to1..1.
- Corrected its cardinality from
- Fixed:
Security/actionStatementTimeproperty - #908- Corrected its cardinality from
0..*to0..1.
- Corrected its cardinality from
- Added:
adler32entry toCore/HashAlgorithm- #826- Reintroduced the Adler-32 checksum, previously available in SPDX 2.3.
- Added:
Core/SpdxOrganizationindividual - #880- An
SpdxOrganizationindividual, aOrganizationrepresenting the SPDX Project, is added. It is by definition the creator of all Element type individuals defined by the SPDX Project.
- An
- Added:
Core/IndividualElementclass - #937- A concrete subclass of Element used by Individuals in the Core profile.
- Clarified:
AI/autonomyTypeproperty - #741- Specified the meaning of
yes,no, andnoAssertionvalues in theAI/autonomyTypeproperty description.
- Specified the meaning of
- Clarified:
Build/buildTypeproperty - #875- Its intent is added: "The buildType is used to interpret the meaning of other build parameters by defining the 'type' of build...".
- Clarified:
hasDataFileentry inCore/RelationshipType- #815- Its description is enhanced with examples and counter-examples.
- Clarified:
Core/packageVerificationCodeExcludedFileproperty - #913- Its description is now stating that every filename is preceded with a
./.
- Its description is now stating that every filename is preceded with a
- Improved: JSON-LD examples.
- Updated: Model diagrams.
- Fixed general typos and formatting issues.
3.0 (2024-04-15)
For changes since the 3.0 release candidates, please visit: https://github.com/spdx/spdx-3-model/releases.