diff --git a/tools/vex2pdf.json b/tools/vex2pdf.json new file mode 100644 index 0000000..b13f532 --- /dev/null +++ b/tools/vex2pdf.json @@ -0,0 +1,49 @@ +{ + "$schema": "https://cyclonedx.org/schema/tool-center-v2.tool.schema.json", + "tool": { + "name": "vex2pdf", + "publisher": "Salem B.", + "description": "A Rust command-line tool and library to convert CycloneDX (VEX/VDR/SBOM) JSON or XML documents to PDF reports with support for vulnerability analysis visualization.", + "repository_url": "https://gitlab.com/jurassicLizard/vex2pdf", + "website_url": "https://crates.io/crates/vex2pdf", + "capabilities": [ + "SBOM", + "VDR/VEX" + ], + "availability": [ + "OPEN_SOURCE" + ], + "functions": [ + "TRANSFORM" + ], + "analysis": [ + "RESOURCE_REPORTING", + "SECURITY_VULNERABILITIES" + ], + "packaging": [ + "LIBRARY", + "COMMAND_LINE_UTILITY", + "APPLICATION" + ], + "library": [ + "RUST" + ], + "platform": [ + "LINUX", + "WINDOWS", + "MAC" + ], + "lifecycle": [ + "POST-BUILD", + "OPERATIONS" + ], + "supportedStandards": [ + "CYCLONEDX" + ], + "cycloneDxVersion": [ + "CYCLONEDX_V1.5", + "CYCLONEDX_V1.6" + ] + }, + "specVersion": "2.0" +}