File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,13 @@ appropriate page on our website.
23
23
24
24
## What's in 1.58.1 stable
25
25
26
- Rust 1.58.1 addresse several regressions introduced in Rust 1.58.0:
26
+ Rust 1.58.1 fixes a race condition in the ` std::fs::remove_dir_all ` standard
27
+ library function. This security vulnerability is tracked as [ CVE-2022 -21658] ,
28
+ and you can read more about it [ on the advisory we published earlier
29
+ today] [ advisory ] . We recommend all users to update their toolchain immediately
30
+ and rebuild their programs with the updated compiler.
31
+
32
+ Rust 1.58.1 also addresse several regressions introduced in Rust 1.58.0:
27
33
28
34
* The ` non_send_fields_in_send_ty ` Clippy lint was discovered to have too many
29
35
false positives and has been moved to the experimental lints group (called
@@ -37,6 +43,8 @@ Rust 1.58.1 addresse several regressions introduced in Rust 1.58.0:
37
43
You can find more detailed information on the specific regressions in the
38
44
[ release notes] .
39
45
46
+ [ CVE-2022-21658 ] : https://www.cve.org/CVERecord?id=CVE-2022-21658
47
+ [ advisory ] : https://blog.rust-lang.org/2022/01/20/cve-2022-21658.html
40
48
[ release notes ] : https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1581-2022-01-20
41
49
42
50
### Contributors to 1.58.1
You can’t perform that action at this time.
0 commit comments