File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ title: "Security advisory for the standard library"
4
4
author : The Rust Core Team
5
5
---
6
6
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.
8
9
9
- [ official ] : https://groups.google.com/forum/#!topic/rustlang-security-announcements/aZabeCMUv70
10
+ The CVE for this vulnerability is [ CVE- 2019 -12083 ] [ cve ] .
10
11
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
12
14
13
15
---
14
16
@@ -17,10 +19,6 @@ manual implementations of `Error::type_id` and their interaction with the
17
19
` Error::downcast ` family of functions in the standard library. If your code
18
20
does not manually implement ` Error::type_id ` your code is not affected.
19
21
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
-
24
22
## Overview
25
23
26
24
The ` Error::type_id ` function in the standard library was stabilized in the
You can’t perform that action at this time.
0 commit comments