Create, transform, and attest VEX vulnerability metadata
Tool to create, transform and attest VEX metadata
vexctl$ vexctl create --product purl:pkg/example/app@1.0 --vulnerability CVE-2024-12345 --status not_affected$ vexctl merge vex1.json vex2.json vex3.json --output merged-vex.json$ vexctl attest vex-document.json --key private.pem --output signed-vex.json