-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add support for CycloneDX v1.6 #182
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closes #152. Signed-off-by: Maximilian Combüchen <max.combuchen@snyk.io>
Closes #153. Signed-off-by: Maximilian Combüchen <max.combuchen@snyk.io>
feat(1.6): add schema definitions for CycloneDX 1.6
feat(1.6): add SpecVersion for v1.6
Closes #156. Signed-off-by: Maximilian Combüchen <max.combuchen@snyk.io>
Closes #158. Signed-off-by: Maximilian Combüchen <max.combuchen@snyk.io>
Signed-off-by: Maximilian Combüchen <max.combuchen@snyk.io>
feat(1.6): extend EvidenceOccurrence
feat(1.6): add JSON schema, XML namespace
- adds swhid and omniborId fields - updates unit test data to CycloneDX 1.6 - fixes schema/bom-1.6.xsd SPDX schemaLocation Co-authored-by: Daniel Ekelund <daniel.ekelund@snyk.io> Signed-off-by: Tim Pickles <tim.pickles@snyk.io> Signed-off-by: Daniel Ekelund <daniel.ekelund@snyk.io>
feat(1.6): add BOM.Definitions
feat: Add CycloneDX 1.6 fields swhid and omniborId
Closes #151. Co-authored-by: Maximilian Combüchen <max.combuchen@snyk.io> Signed-off-by: Petzys <87223648+Petzys@users.noreply.github.com> Signed-off-by: Maximilian Combüchen <max.combuchen@snyk.io>
Closes #166. Signed-off-by: Maximilian Combüchen <max.combuchen@snyk.io>
Signed-off-by: Maximilian Combüchen <max.combuchen@snyk.io>
Signed-off-by: Petzys <87223648+Petzys@users.noreply.github.com>
feat(1.6): CBOM (#140)
fix(1.6): fix json, xml labels on BOM.Definitions
feat(1.6): add License.Acknowledgement
Closes #157. Signed-off-by: Maximilian Combüchen <max.combuchen@snyk.io>
feat(1.6): add BOM.Declarations
Closes #172. Signed-off-by: Maximilian Combüchen <max.combuchen@snyk.io>
feat(1.6): add PostalAddress type
Closes #174. Signed-off-by: Maximilian Combüchen <max.combuchen@snyk.io>
fix(1.6): convert occurrences of OrganizationalEntity
Closes #177. Signed-off-by: Maximilian Combüchen <max.combuchen@snyk.io>
feat(1.6): add environmentalConsiderations
- adds manufacturer field to Metadata and Component - adds authors field to Component - adds roundtrip testdata for above Signed-off-by: Tim Pickles <tim.pickles@snyk.io>
Adds bom-ref to OrganizationalEntity and OrganizationalContact which was added in CycloneDX 1.5 Signed-off-by: Tim Pickles <tim.pickles@snyk.io>
Adds missing BOMRef on OrganizationalEntity & OrganizationalContact
feat: add manufacturer and authors
Signed-off-by: Maximilian Combüchen <max.combuchen@snyk.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #140