mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
Link to reference documentation on available categories
This commit is contained in:
@@ -7,8 +7,7 @@ date = "2020-01-31"
|
|||||||
url = "https://example.com"
|
url = "https://example.com"
|
||||||
#references = ["https://github.com/mystuff/mycrate/discussions/1"]
|
#references = ["https://github.com/mystuff/mycrate/discussions/1"]
|
||||||
#informational = "unmaintained"
|
#informational = "unmaintained"
|
||||||
# Valid categories: "code-execution", "crypto-failure", "denial-of-service", "file-disclosure"
|
# See https://docs.rs/rustsec/latest/rustsec/advisory/enum.Category.html
|
||||||
# "format-injection", "memory-corruption", "memory-exposure", "privilege-escalation"
|
|
||||||
categories = ["code-execution", "privilege-escalation"]
|
categories = ["code-execution", "privilege-escalation"]
|
||||||
#cvss = "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"
|
#cvss = "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"
|
||||||
keywords = ["example", "freeform", "keywords"]
|
keywords = ["example", "freeform", "keywords"]
|
||||||
|
|||||||
@@ -75,9 +75,9 @@ url = "https://github.com/mystuff/mycrate/issues/123"
|
|||||||
# - "notice" for other informational notices
|
# - "notice" for other informational notices
|
||||||
#informational = "unmaintained"
|
#informational = "unmaintained"
|
||||||
|
|
||||||
# Optional: Categories this advisory falls under. Valid categories are:
|
# Optional: Categories this advisory falls under.
|
||||||
# "code-execution", "crypto-failure", "denial-of-service", "file-disclosure"
|
#
|
||||||
# "format-injection", "memory-corruption", "memory-exposure", "privilege-escalation"
|
# See <https://docs.rs/rustsec/latest/rustsec/advisory/enum.Category.html>.
|
||||||
categories = ["crypto-failure"]
|
categories = ["crypto-failure"]
|
||||||
|
|
||||||
# Optional: a Common Vulnerability Scoring System score. More information
|
# Optional: a Common Vulnerability Scoring System score. More information
|
||||||
|
|||||||
Reference in New Issue
Block a user