-
Notifications
You must be signed in to change notification settings - Fork 543
feat(tool): Add VEX file validation tool #5144
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the feedback, I'll apply the changes!! |
this PR is not ready for a review yet ...It still needs more cleanup! |
Hey! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CycloneDX schemas needs to support the different versions of the CycloneDX standard. Need to incluide schema for 1.5 and 1.6 as well. Schema validation will then need to validate against each version until it either validates or you have exhausted all the schemas.
Add VEX File Validation Tool (PR 1/2)
Overview
This PR implements a VEX (Vulnerability Exploitability Exchange) file validation tool.
Features Added
vex-validate
command with flexible file input optionsUsage