GHSA-p7mj-xvxg-grff: `out_reference::Out::from_raw` should be `unsafe`
Out::from_raw
in affected versions allows writing a value to invalid memory address without requiring unsafe
.
The soundness issue has been addressed by making Out::from_raw
an unsafe function.
References
Detect and mitigate GHSA-p7mj-xvxg-grff with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →