Skip to content

Commit 5f44388

Browse files
committed
Add generate test fixtures
Signed-off-by: Adolfo García Veytia (Puerco) <puerco@chainguard.dev>
1 parent 448944a commit 5f44388

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"@context": "https://openvex.dev/ns/v0.2.0",
3+
"@id": "https://openvex.dev/docs/public/vex-4d0ddb41ceda9b98b3fb2d17c5a1b8e264a0c1aca03c726cf0486f7e602f65d2",
4+
"author": "Unknown Author",
5+
"timestamp": "2023-12-14T17:25:52.227708106-06:00",
6+
"version": 1,
7+
"statements": [
8+
{
9+
"vulnerability": {
10+
"name": "CVE-2014-12345678"
11+
},
12+
"timestamp": "2023-12-14T17:25:52.227708816-06:00",
13+
"products": [
14+
{
15+
"@id": "pkg:oci/vexctl"
16+
}
17+
],
18+
"status": "not_affected",
19+
"justification": "vulnerable_code_not_present"
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)