Commit 26cdfa5
Heiko Stuebner
fix: don't drop response field on CycloneDX VEX generation
As per
https://cyclonedx.org/docs/1.6/json/#vulnerabilities_items_analysis_response
the response field in CycloneDX is of type array and lib4sbom will silently
drop it, if the type does not match.
So add the full response array for CycloneDX files when generating VEX files.
Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de>1 parent a5b3224 commit 26cdfa5
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
217 | 220 | | |
218 | 221 | | |
219 | 222 | | |
| |||
0 commit comments