Google's effort to mitigate memory-safety issues
Google's effort to mitigate memory-safety issues
Posted Feb 18, 2021 14:51 UTC (Thu) by jpab (subscriber, #105231)In reply to: Google's effort to mitigate memory-safety issues by ledow
Parent article: Google's effort to mitigate memory-safety issues
You can use cargo-geiger (https://crates.io/crates/cargo-geiger) to get a report of how much 'unsafe' is used across a whole dependency tree. Unfortunately, the build for geiger is broken right now (https://github.com/rust-secure-code/cargo-geiger/issues/185). There is a workaround noted in the issue. Hopefully it will be fixed in the published version some time soon.
Posted Feb 18, 2021 15:15 UTC (Thu)
by ledow (guest, #11753)
[Link]
Google's effort to mitigate memory-safety issues
Useful info, thanks.