diff options
| author | Jonas Schievink <jonasschievink@gmail.com> | 2019-05-14 22:32:50 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2019-05-14 22:47:10 +0200 |
| commit | d32bd05ea82a4e17f6db059a02bb179aaea7de8f (patch) | |
| tree | 49ce3dc6e154bb3287330ede8e071f14209c2f82 | |
| parent | cf631c01e5e8df285d0ebf2ac5431b96ae42286f (diff) | |
| download | rust-d32bd05ea82a4e17f6db059a02bb179aaea7de8f.tar.gz rust-d32bd05ea82a4e17f6db059a02bb179aaea7de8f.zip | |
Add link to the 1.34.0 CVE
| -rw-r--r-- | RELEASES.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index c50e5b2236f..4185961187b 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -99,9 +99,10 @@ Version 1.34.2 (2019-05-14) =========================== * [Destabilize the `Error::type_id` function due to a security - vulnerability][60785] + vulnerability][60785] ([CVE-2019-12083]) [60785]: https://github.com/rust-lang/rust/pull/60785 +[CVE-2019-12083]: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12083 Version 1.34.1 (2019-04-25) =========================== |
