File: README.md

package info (click to toggle)
cvelib 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 720 kB
  • sloc: python: 2,044; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# CVE v5 JSON Record Examples

The example CVE records in this directory are copied from: https://github.com/CVEProject/cve-schema

They should be kept up to date with the schema versions in `cvelib/schemas/`.

The `container-*` files are standalone CNA or ADP (the two differ only in the set of required attributes) containers
that were extracted from their respective full CVE record files:

```shell
jq .containers.cna CVEv5_advanced-example.json > container-advanced-example.json
jq .containers.cna CVEv5_basic-example.json > container-basic-example.json
```