Update PULL-EXAMPLE.md

Fixing template
pull/425/head
Lcerkov 2 years ago committed by GitHub
parent 38fe6123ee
commit b979fda073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 124
      PULL-EXAMPLE.md

@ -23,35 +23,35 @@ it out with the correct data.
Blank template: Blank template:
```yml ```yml
- vendor: '' - vendor: ''
product: '' product: ''
cves: cves:
cve-2021-4104: cve-2021-4104:
investigated: '' investigated: ''
affected_versions: [] affected_versions: []
fixed_versions: [] fixed_versions: []
unaffected_versions: [] unaffected_versions: []
cve-2021-44228: cve-2021-44228:
investigated: '' investigated: ''
affected_versions: [] affected_versions: []
fixed_versions: [] fixed_versions: []
unaffected_versions: [] unaffected_versions: []
cve-2021-45046: cve-2021-45046:
investigated: '' investigated: ''
affected_versions: [] affected_versions: []
fixed_versions: [] fixed_versions: []
unaffected_versions: [] unaffected_versions: []
cve-2021-45105: cve-2021-45105:
investigated: '' investigated: ''
affected_versions: [] affected_versions: []
fixed_versions: [] fixed_versions: []
unaffected_versions: [] unaffected_versions: []
vendor_links: vendor_links:
- '' - ''
notes: '' notes: ''
references: references:
- '' - ''
last_updated: '' last_updated: ''
``` ```
**Step 4:** Verify the new entry was entered before and/or after the prior and **Step 4:** Verify the new entry was entered before and/or after the prior and
@ -74,39 +74,39 @@ given there are no patched versions available for this entry.
Entry example: Entry example:
```yml ```yml
- vendor: CISA - vendor: Example Vendor
product: Product product: Example Product
cves: cves:
cve-2021-4104: cve-2021-4104:
investigated: false investigated: false
affected_versions: [] affected_versions: []
fixed_versions: [] fixed_versions: []
unaffected_versions: [] unaffected_versions: []
cve-2021-44228: cve-2021-44228:
investigated: true investigated: true
affected_versions: affected_versions:
- <=8.4.6 - <=8.4.6
- <=8.5.3 - <=8.5.3
- <=8.6.4 - <=8.6.4
fixed_versions: [] fixed_versions: []
unaffected_versions: [] unaffected_versions: []
cve-2021-45046: cve-2021-45046:
investigated: false investigated: ''
affected_versions: [] affected_versions: []
fixed_versions: [] fixed_versions: []
unaffected_versions: [] unaffected_versions: []
cve-2021-45105: cve-2021-45105:
investigated: false investigated: ''
affected_versions: [] affected_versions: []
fixed_versions: [] fixed_versions: []
unaffected_versions: [] unaffected_versions: []
vendor_links: vendor_links:
- https://example.org/ - https://www.example.org/
notes: Contains vulnerable code but not likely to get notes: Contains vulnerable code but not likely to get
unauthenticated user input to the log4j component. unauthenticated user input to the log4j component.
references: references:
- '' - ''
last_updated: '2021-12-14T00:00:00' last_updated: '2021-12-14T00:00:00'
``` ```
**Step 6:** Validate that your data follows the appropriate format and proceed **Step 6:** Validate that your data follows the appropriate format and proceed

Loading…
Cancel
Save