-
Notifications
You must be signed in to change notification settings - Fork 21
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
CVE Auditing With VEX #102
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: naibu3 <[email protected]>
@HoussemNasri I would appreciate if you could also take a look here. |
|
||
- **CSAF**, maintained by OASIS. Supports rich metadata, including product information, vulnerabilities, and remediation guidance. | ||
- **CycloneDX**, is maintained by OWASP. Focuses on simplicity and interoperability. (Can be JSON or XML-based) | ||
- **OpenVEX**, designed specifically for simplicity and ease of use. It is maintained by the OpenVEX community. |
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.
I strongly recommend CycloneDX, because as you said is maintained by OWASP.
I'd also suggest to check whether we could use a system like DependencyTracker (https://docs.dependencytrack.org/) to identify and reduce risk in the software supply chain.
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.
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.
Juat two notes, otherwise looks good to me.
|
||
### VEX Downloader | ||
|
||
Retrieve VEX documents online. Is responsible finding, downloading and caching the files, like was done for OVAL [^2]. |
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.
I would add a line saying that the data will be processed in stream, to avoid any memory issues.3
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.
Done :)
VEX consumption in CVE audits
The aim of the project is to enhance CVE auditing accuracy using VEX profile.
Read rendered RFC.