github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/pkg/result/testdata/fixtures/vulnerability.yaml (about)

     1  - bucket: vulnerability
     2    pairs:
     3      - key: CVE-2019-0001
     4        value:
     5          Title: dos
     6          Description: dos vulnerability
     7          Severity: MEDIUM
     8          References:
     9            - http://example.com
    10          LastModifiedDate: "2020-01-01T01:01:00Z"
    11          PublishedDate: "2001-01-01T01:01:00Z"
    12      - key: CVE-2019-0002
    13        value:
    14          Title: dos
    15          Description: dos vulnerability
    16          Severity: UNKNOWN
    17          VendorSeverity:
    18            nvd: 1
    19          References:
    20            - http://example.com
    21          LastModifiedDate: "2020-01-01T01:01:00Z"
    22          PublishedDate: "2001-01-01T01:01:00Z"
    23      - key: CVE-2019-0003
    24        value:
    25          Title: dos
    26          Description: dos vulnerability
    27          References:
    28            - http://example.com
    29      - key: CVE-2019-0004
    30        value:
    31          Title: dos
    32          Description: dos vulnerability
    33          Severity: MEDIUM
    34          VendorSeverity:
    35            redhat: 1
    36          CVSS:
    37            nvd:
    38              V2Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P
    39              V2Score: 4.5
    40              V3Vector: CVSS:3.0/PR:N/UI:N/S:U/C:H/I:H/A:H
    41              V3Score: 5.6
    42            redhat:
    43              V2Vector: AV:N/AC:M/Au:N/C:N/I:P/A:N
    44              V2Score: 7.8
    45              V3Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    46              V3Score: 9.8
    47          References:
    48            - http://example.com
    49          CweIDs:
    50            - CWE-311
    51      - key: CVE-2019-0005
    52        value:
    53          Title: COVID-19
    54          Description: a nasty virus vulnerability for humans
    55          Severity: MEDIUM
    56          VendorSeverity:
    57            ghsa: 4
    58          References:
    59            - "https://www.who.int/emergencies/diseases/novel-coronavirus-2019"