Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsThere is no fixed version for fake-static
.
Affected versions of this package are vulnerable to Incorrect Type Conversion or Cast allows converting a reference with any lifetime into a reference with 'static
lifetime without the unsafe
keyword. Internally, this crate does not use unsafe code, it instead exploits a soundness bug in rustc