Skip to content

Commit fff16e5

Browse files
committed
the last vuln is CVE-2019-0803
1 parent 85e1d8c commit fff16e5

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

posts/2019-05-13-Security-advisory.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ title: "Security advisory for the standard library"
44
author: The Rust Core Team
55
---
66

7-
This is a cross-post of the [official security advisory][official]
7+
This is a cross-post of the [official security advisory][official]. The
8+
official post contains a signed version with our PGP key, as well.
89

9-
[official]: https://groups.google.com/forum/#!topic/rustlang-security-announcements/aZabeCMUv70
10+
The CVE for this vulnerability is [CVE-2019-12083][cve].
1011

11-
The official post contains a signed version with our PGP key, as well.
12+
[official]: https://groups.google.com/forum/#!topic/rustlang-security-announcements/aZabeCMUv70
13+
[cve]: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0803
1214

1315
---
1416

@@ -17,10 +19,6 @@ manual implementations of `Error::type_id` and their interaction with the
1719
`Error::downcast` family of functions in the standard library. If your code
1820
does not manually implement `Error::type_id` your code is not affected.
1921

20-
We are applying for a CVE for this vulnerability, but since there is no
21-
embargo, we have not filed for one yet. Once a CVE is assigned, we'll make a
22-
second post to make mention of the CVE number.
23-
2422
## Overview
2523

2624
The `Error::type_id` function in the standard library was stabilized in the

0 commit comments

Comments
 (0)