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": "org.apache.logging.log4j:log4j-core",
"version": "2.17.1",
"purl": "pkg:maven/org.apache.logging.log4j/log4j-core@2.17.1"
}
]
}