Skip to content

Commit ab3a219

Browse files
authored
Merge pull request #2683 from hrittikhere/VEX
add: VEX Feed to repository
2 parents 39a18d7 + d32b01a commit ab3a219

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

.openvex/templates/README.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# OpenVEX Templates Directory
2+
3+
This directory contains the OpenVEX data for this repository.
4+
The files stored in this directory are used as templates by
5+
`vexctl generate` when generating VEX data for a release or
6+
a specific artifact.
7+
8+
To add new statements to publish data about a vulnerability,
9+
download [vexctl](https://github.com/openvex/vexctl)
10+
and append new statements using `vexctl add`. For example:
11+
```
12+
vexctl add --in-place main.openvex.json pkg:oci/test CVE-2014-1234567 fixed
13+
```
14+
That will add a new VEX statement expressing that the impact of
15+
CVE-2014-1234567 is under investigation in the test image. When
16+
cutting a new release, for `pkg:oci/test` the new file will be
17+
incorporated to the relase's VEX data.
18+
19+
## Read more about OpenVEX
20+
21+
To know more about generating, publishing and using VEX data
22+
in your project, please check out the vexctl repository and
23+
documentation: https://github.com/openvex/vexctl
24+
25+
OpenVEX also has an examples repository with samples and docs:
26+
https://github.com/openvex/examples
27+

.openvex/templates/main.openvex.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"@context": "https://openvex.dev/ns/v0.2.0",
3+
"@id": "https://openvex.dev/docs/public/vex-7184cf1b7aed8c51c607d4ccf6c15eb2841d1215c4f8a8607ab7c22bea0f4eac",
4+
"author": "vexctl (automated template)",
5+
"timestamp": "2023-12-16T16:51:30.852422097Z",
6+
"version": 1,
7+
"statements": []
8+
}

0 commit comments

Comments
 (0)