We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The field to capture the PrimaryPurpose of packages should be a list of strings instead of a single string as it has a cardinality of many.
It is even een noted in the comments:
tools-golang/spdx/v2/v2_3/package.go
Lines 117 to 120 in 7f95b01
Since this is a breaking change I wonder what would be the best way to fix it 🤔
The text was updated successfully, but these errors were encountered:
@puerco - I think this was an error in the spec - I believe the cardinality should be 0..1 not 0..*
0..1
0..*
Sorry, something went wrong.
Reference: spdx/spdx-spec#794 spdx/spdx-spec#797
Ooh I just noticed, it was weird to find out the 0..many cardinality, I think I've written more than one tool that accepts it.
I saw that Keith already fixed the spec for a future release, do you think we should correct the 2.3 published spec too?
(I'll close this issue)
No branches or pull requests
The field to capture the PrimaryPurpose of packages should be a list of strings instead of a single string as it has a cardinality of many.
It is even een noted in the comments:
tools-golang/spdx/v2/v2_3/package.go
Lines 117 to 120 in 7f95b01
Since this is a breaking change I wonder what would be the best way to fix it 🤔
The text was updated successfully, but these errors were encountered: