Skip to content
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

feat(1.6): add License.Acknowledgement #167

Merged
merged 1 commit into from
May 17, 2024

Conversation

mcombuechen
Copy link
Contributor

This adds License.Acknowledgement for spec 1.6 support.

Closes #166.

Closes CycloneDX#166.

Signed-off-by: Maximilian Combüchen <max.combuchen@snyk.io>
@mcombuechen mcombuechen requested a review from a team as a code owner May 16, 2024 11:42
@@ -91,7 +91,7 @@ type BOM struct {
Vulnerabilities *[]Vulnerability `json:"vulnerabilities,omitempty" xml:"vulnerabilities>vulnerability,omitempty"`
Annotations *[]Annotation `json:"annotations,omitempty" xml:"annotations>annotation,omitempty"`
Formulation *[]Formula `json:"formulation,omitempty" xml:"formulation>formula,omitempty"`
Definitions *Definitions `json:"definitions" xml:"definitions,omitempty"`
Definitions *Definitions `json:"definitions,omitempty" xml:"definitions,omitempty"`
Copy link
Contributor Author

@mcombuechen mcombuechen May 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated fix for something that I missed in #161 .

@nscuro nscuro added enhancement New feature or request spec/1.6 labels May 17, 2024
@nscuro nscuro merged commit 7bad142 into CycloneDX:spec/1.6 May 17, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request spec/1.6
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants