Skip to content

Commit

Permalink
Update release notes to include CVE-2022-21658
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Jan 20, 2022
1 parent 42cb17e commit 1e17daf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Version 1.58.1 (2022-01-19)
===========================

* Fix race condition in `std::fs::remove_dir_all` ([CVE-2022-21658])
* [Handle captured arguments in the `useless_format` Clippy lint][clippy/8295]
* [Move `non_send_fields_in_send_ty` Clippy lint to nursery][clippy/8075]
* [Fix wrong error message displayed when some imports are missing][91254]
* [Fix rustfmt not formatting generated files from stdin][92912]

[CVE-2022-21658]: https://www.cve.org/CVERecord?id=CVE-2022-21658]

This comment has been minimized.

Copy link
@kaimast

kaimast Feb 24, 2022

There's a typo at the end of this line. The ] should not be there, I think.

[91254]: https://github.com/rust-lang/rust/pull/91254
[92912]: https://github.com/rust-lang/rust/pull/92912
[clippy/8075]: https://github.com/rust-lang/rust-clippy/pull/8075
Expand Down

0 comments on commit 1e17daf

Please sign in to comment.