sudo-rs icon indicating copy to clipboard operation
sudo-rs copied to clipboard

Make `visudo` into a `forbid(unsafe_code)` module.

Open squell opened this issue 1 year ago • 4 comments
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).

squell avatar Sep 02 '24 10:09 squell