Files
aquasecurity-trivy/pkg/result/testdata/openvex.json
2024-10-31 06:03:22 +00:00

18 lines
454 B
JSON

{
"@context": "https://openvex.dev/ns/v0.2.0",
"author": "Aqua Security",
"role": "Project Release Bot",
"timestamp": "2023-01-16T19:07:16.853479631-06:00",
"version": 1,
"statements": [
{
"vulnerability": {"name": "CVE-2019-0001"},
"products": [
{"@id": "pkg:golang/github.com/aquasecurity/foo@v1.2.3"}
],
"status": "not_affected",
"justification": "vulnerable_code_not_in_execute_path"
}
]
}