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

Convert command bug for vulnerability versions affected status #423

Open
tommyrousey opened this issue Mar 4, 2025 · 3 comments · May be fixed by CycloneDX/cyclonedx-dotnet-library#381

Comments

@tommyrousey
Copy link

The convert command expects "not_affected" instead of "unaffected" when converting json to another format. This is in opposition to the validate command, which expects "unaffected".

To convert, I have had to sed unaffected to not_affected and then run the convert command. I've attached a screenshot of the terminal

Image
@tommyrousey
Copy link
Author

Note: the validate command rejects the one that can be converted

Image

@tommyrousey
Copy link
Author

This is also true for the merge command

@andreas-hilti
Copy link
Contributor

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 a pull request may close this issue.

2 participants