Skip to content

Commit

Permalink
Rename references fields to related (#492)
Browse files Browse the repository at this point in the history
This frees up `references` to be used for tracking multiple URLs with
additional information.

See also: #429
  • Loading branch information
tarcieri authored Nov 23, 2020
1 parent f5505ed commit 84f1308
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ keywords = ["ssl", "mitm"]
# Request a CVE for your RustSec vulns: https://iwantacve.org/
#aliases = ["CVE-2018-XXXX"]

# References to related vulnerabilities (optional)
# Related vulnerabilities (optional)
# e.g. CVE for a C library wrapped by a -sys crate)
#references = ["CVE-2018-YYYY", "CVE-2018-ZZZZ"]
#related = ["CVE-2018-YYYY", "CVE-2018-ZZZZ"]

# Optional: metadata which narrows the scope of what this advisory affects
[affected]
Expand Down
4 changes: 2 additions & 2 deletions crates/hyper/RUSTSEC-2016-0002.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
[advisory]
id = "RUSTSEC-2016-0002"
package = "hyper"
date = "2016-05-09"
aliases = ["CVE-2016-10932"]
related = ["RUSTSEC-2016-0001"]
categories = ["crypto-failure"]
date = "2016-05-09"
keywords = ["ssl", "mitm"]
references = ["RUSTSEC-2016-0001"]
url = "https://github.com/hyperium/hyper/blob/master/CHANGELOG.md#v094-2016-05-09"

[affected]
Expand Down
5 changes: 3 additions & 2 deletions crates/slice-deque/RUSTSEC-2019-0002.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
[advisory]
id = "RUSTSEC-2019-0002"
package = "slice-deque"
aliases = ["CVE-2019-15543"]
date = "2019-05-07"
aliases = ["CVE-2019-15543"]
related = ["RUSTSEC-2018-0008"]
keywords = ["memory-corruption", "rce"]
references = ["RUSTSEC-2018-0008"]

url = "https://github.com/gnzlbg/slice_deque/issues/57"

[versions]
Expand Down
4 changes: 2 additions & 2 deletions crates/tough/RUSTSEC-2020-0024.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
[advisory]
id = "RUSTSEC-2020-0024"
package = "tough"
aliases = ["CVE-2020-15093", "GHSA-5q2r-92f9-4m49"]
date = "2020-07-09"
references = ["CVE-2020-6174"]
aliases = ["CVE-2020-15093", "GHSA-5q2r-92f9-4m49"]
related = ["CVE-2020-6174"]
url = "https://github.com/awslabs/tough/security/advisories/GHSA-5q2r-92f9-4m49"

[versions]
Expand Down

0 comments on commit 84f1308

Please sign in to comment.