github.com/wolfi-dev/wolfictl@v0.16.11/pkg/configs/advisory/v2/testdata/future.advisories.yaml (about)

     1  schema-version: 2.0.99999
     2  
     3  package:
     4    name: future
     5  
     6  advisories:
     7    - id: CVE-2000-0001
     8      aliases:
     9        - GHSA-xxxx-xxxx-xxx9
    10        - GO-2000-0001
    11        - DSA-2000-0001
    12      events:
    13        - timestamp: 2000-01-01T00:00:00Z
    14          type: future-event-type
    15          data:
    16            peanut-butter: jelly
    17        - timestamp: 2000-01-01T00:00:00Z
    18          type: detection
    19          data:
    20            type: future-detection-type
    21            data:
    22              butterflies:
    23                - unicorns
    24                - rainbows
    25        - timestamp: 2000-01-01T00:00:00Z
    26          type: false-positive-determination
    27          data:
    28            type: future-false-positive-type
    29            note: Something something false positive.
    30