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": "requests",
"version": "2.31.0",
"purl": "pkg:pypi/requests@2.31.0"
}
]
}