docs: add multi-ecosystem sbom fixtures for vuln parity

This commit is contained in:
StellaOps Bot
2025-12-06 10:37:41 +00:00
parent ee317d3f61
commit 6145d89468
9 changed files with 198 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
{
"bomFormat": "CycloneDX",
"specVersion": "1.4",
"version": 1,
"components": [
{
"type": "library",
"name": "openssl",
"version": "1.1.1-1ubuntu2.1",
"purl": "pkg:deb/ubuntu/openssl@1.1.1-1ubuntu2.1"
}
]
}