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

Serialize SPDX reference category with hyphens so it matches spdx 2.2.2 (breaking!) #269

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

wterpstra
Copy link

@wterpstra wterpstra commented Nov 6, 2023

Breaking change that serializes the SPDX referenceCategory with enums, fixes #267.

This is breaking as it changes the default behavior of the way the referenceCategory gets serialized, from using underscores to using hyphens.

There is a non breaking way of handling this in #268.

…ixes CycloneDX#267)

Signed-off-by: Wessel Terpstra <wessel@wesselterpstra.com>
…so it matches SPDX 2.2.2

Signed-off-by: Wessel Terpstra <wessel@wesselterpstra.com>
@wterpstra wterpstra force-pushed the feature/serialize-reference-category-with-hyphens branch from 5f9214d to d6a7c5e Compare November 6, 2023 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ExternalRefCategory 'PACKAGE_MANAGER' is not compliant with SPDX 2.2 specification
1 participant