mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-23 15:38:27 +01:00
Rename references fields to related (#492)
This frees up `references` to be used for tracking multiple URLs with additional information. See also: RustSec/advisory-db#429
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user