Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,13 @@ patched_versions:
# General Contributing Guidelines
* Advisory filename prefix naming preferance is:
* 1st choice: CVE, then GHSA, then OSVDB.
- For post-2016 advisories, use only "published" CVEs which are
found at one of these web sites:
- https://nvd.nist.gov/vuln/search
- https://www.cve.org/CVERecord
- https://www.cvedetails.com/index.php
- https://cve.report
This CVE can be used in the primary "url:", "cve:", and "related:"/"url:" fields.
* Advisory filename (without suffix) should be equal to root `url:` field value.
* Try to keep all text within 80 columns.
* Run yamlint [`yamllint` tool](https://yamllint.readthedocs.io/en/stable/quickstart.html] to check yaml format. It find no issues.
Expand Down