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.