sudo-rs
sudo-rs copied to clipboard
Make `visudo` into a `forbid(unsafe_code)` module.
trafficstars
visudo uses unsafe code at two spots n the fn create_temporary_dir. While visudo isn't part of the security critical boundary, it would be nice to remove them (or move them into the system module).