fake-static allows converting any reference into a `'static` reference
High severity
GitHub Reviewed
Published
Aug 25, 2021
to the GitHub Advisory Database
•
Updated Jan 11, 2023
Description
Reviewed
Aug 18, 2021
Published to the GitHub Advisory Database
Aug 25, 2021
Last updated
Jan 11, 2023
fake-static allows converting a reference with any lifetime into
a reference with
'static
lifetime without theunsafe
keyword.Internally, this crate does not use unsafe code, it instead
exploits a soundness bug in rustc
References