audit work, fixed StellaOps.sln warnings/errors, fixed tests, sprints work, new advisories
This commit is contained in:
11
docs/modules/attestor/samples/sbom-vex/vex.json
Normal file
11
docs/modules/attestor/samples/sbom-vex/vex.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"@context": "https://openvex.dev/ns/v0.2.0",
|
||||
"statements": [
|
||||
{
|
||||
"vulnerability": "CVE-2025-0001",
|
||||
"products": ["pkg:container/example@1.0.0"],
|
||||
"status": "not_affected",
|
||||
"justification": "vulnerable_code_not_present"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user