Get the latest tech news
What Recent Vulnerabilities Mean to Rust
In recent weeks several vulnerabilities have rocked the Rust community causing many to question its safety. This post examines two such vulnerabilities.
Svoboda, "What Recent Vulnerabilities Mean to Rust," Carnegie Mellon University, Software Engineering Institute's Insights (blog). Copy@misc{svoboda_2024,author={Svoboda, David},title={What Recent Vulnerabilities Mean to Rust},month={Apr},year={2024},howpublished={Carnegie Mellon University, Software Engineering Institute's Insights (blog)},url={https://doi.org/10.58012/7ex7-7n70},note={Accessed: 2024-Apr-30}} Back then, our conclusion was that no language could be fully secure, yet the borrow checker did provide significant, albeit limited, memory and concurrency safety when not bypassed with the unsafe keyword.
Or read this on Hacker News