-
Notifications
You must be signed in to change notification settings - Fork 497
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: [bug description] Add support for SPDX VEX #4716
Comments
Hey! @anthonyharrison, I’m currently working on implementing the support for the SPDX VEX format. I’ve made some progress, let me know if there are any specific areas I should focus on.. |
Hi! @anthonyharrison, So far I have -
while running tests I am getting an error... This suggests that the lib4vex library doesn't have the SpdxVexParserError class, could you suggest a workaround or should I mock these test for now? More Details - |
You need an updated version of lib4vex which hasn't been released yet. They will be released under release 0.3.0 |
Thanks for the update! I’ll proceed with mocking the missing classes for now to unblock testing. Once lib4vex 0.3.0 is released, I’ll update the dependencies and finalize the implementation. Should I open a draft PR for review in the meantime? |
Description
SPDX3.0 has introduced a VEX format
Why?
Ensures that cve-bin-tool supports all VEX formats
Anything else?
Lib4vex already includes support for SPDX VEX. Update is primarily updates to the CLI to introduce the spdx option
The text was updated successfully, but these errors were encountered: