From 71d80e811f2e29a4b82d3e545ad6591e35227e03 Mon Sep 17 00:00:00 2001 From: Noam Ta Shma Date: Sun, 15 Oct 2023 00:21:18 +0300 Subject: [PATCH] Updating information about replacements (#1803) --- crates/owning_ref/RUSTSEC-2022-0040.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/owning_ref/RUSTSEC-2022-0040.md b/crates/owning_ref/RUSTSEC-2022-0040.md index 0fe423b..aa8503d 100644 --- a/crates/owning_ref/RUSTSEC-2022-0040.md +++ b/crates/owning_ref/RUSTSEC-2022-0040.md @@ -19,4 +19,5 @@ patched = [] - `OwningRefMut::as_owner` and `OwningRefMut::as_owner_mut` are [unsound](https://github.com/Kimundi/owning-ref-rs/issues/61) and may result in a use-after-free. - The crate [violates Rust's aliasing rules](https://github.com/Kimundi/owning-ref-rs/issues/49), which may cause miscompilations on recent compilers that emit the LLVM `noalias` attribute. -No patched versions are available at this time. While a pull request with some fixes is outstanding, the maintainer appears to be unresponsive. +`safer_owning_ref` is a replacement crate which fixes these issues. +No patched versions of the original crate are available, and the maintainer is unresponsive.