feat: add CSAF VEX document generation#170
Merged
Merged
Conversation
zvigrinberg
requested changes
Dec 29, 2025
zvigrinberg
left a comment
Collaborator
There was a problem hiding this comment.
Hi @IlonaShishov
This looks good and does the work.
Though i have some comments. PTAL.
In addition, kindly modify openapi spec to reflect new output structure payload
https://github.com/RHEcosystemAppEng/vulnerability-analysis/blob/bb6f1b10685ac3801a22db7a1613a85da187cef3/src/vuln_analysis/configs/openapi/openapi.json
zvigrinberg
approved these changes
Dec 29, 2025
zvigrinberg
left a comment
Collaborator
There was a problem hiding this comment.
Great Job @IlonaShishov
LGTM Approved.
130d70e to
da03ec9
Compare
Collaborator
|
@IlonaShishov Please rebase on top of main. |
Collaborator
|
/test vulnerability-analysis-on-pr |
083827d to
c8e2592
Compare
zvigrinberg
requested changes
Jan 15, 2026
zvigrinberg
left a comment
Collaborator
There was a problem hiding this comment.
Hi @IlonaShishov
It looks good, i have only few minor comments.
Thanks!.
added 16 commits
January 18, 2026 10:36
…SAF format support Signed-off-by: Ilona Shishov <ishishov@ishishov-thinkpadp1gen7.raanaii.csb>
…ble CVEs only Signed-off-by: Ilona Shishov <ishishov@ishishov-thinkpadp1gen7.raanaii.csb>
Signed-off-by: Ilona Shishov <ishishov@ishishov-thinkpadp1gen7.raanaii.csb>
Signed-off-by: Ilona Shishov <ishishov@ishishov-thinkpadp1gen7.raanaii.csb>
Signed-off-by: Ilona Shishov <ishishov@ishishov-thinkpadp1gen7.raanaii.csb>
Signed-off-by: Ilona Shishov <ishishov@ishishov-thinkpadp1gen7.raanaii.csb>
…stants for reusability and readability Signed-off-by: Ilona Shishov <ishishov@ishishov-thinkpadp1gen7.raanaii.csb>
Signed-off-by: Ilona Shishov <ishishov@ishishov-thinkpadp1gen7.raanaii.csb>
Signed-off-by: Ilona Shishov <ishishov@ishishov-thinkpadp1gen7.raanaii.csb>
…ve intel score Signed-off-by: Ilona Shishov <ishishov@ishishov-thinkpadp1gen7.raanaii.csb>
Signed-off-by: Ilona Shishov <ishishov@ishishov-thinkpadp1gen7.raanaii.csb>
Signed-off-by: Ilona Shishov <ishishov@ishishov-thinkpadp1gen7.raanaii.csb>
Signed-off-by: Ilona Shishov <ishishov@ishishov-thinkpadp1gen7.raanaii.csb>
Signed-off-by: Ilona Shishov <ishishov@ishishov-thinkpadp1gen7.raanaii.csb>
Signed-off-by: Ilona Shishov <ishishov@ishishov-thinkpadp1gen7.raanaii.csb>
Signed-off-by: Ilona Shishov <ishishov@ishishov-thinkpadp1gen7.raanaii.csb>
added 4 commits
January 18, 2026 10:36
Signed-off-by: Ilona Shishov <ishishov@ishishov-thinkpadp1gen7.raanaii.csb>
Signed-off-by: Ilona Shishov <ishishov@ishishov-thinkpadp1gen7.raanaii.csb>
Signed-off-by: Ilona Shishov <ishishov@ishishov-thinkpadp1gen7.raanaii.csb>
Signed-off-by: Ilona Shishov <ishishov@ishishov-thinkpadp1gen7.raanaii.csb>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Generate machine-readable VEX documents in CSAF 2.0 format containing:
Includes pluggable VexGenerator architecture for future format support.
EIQ output has been remodeled to include a VEX field for the analysis as a whole. (output: {analysis: {}, vex: {}})