Nemeski@mander.xyz to Rust@programming.dev · 17 days agocrates.io: Malicious crates evm-units and uniswap-utilsblog.rust-lang.orgexternal-linkmessage-square7linkfedilinkarrow-up148arrow-down12
arrow-up146arrow-down1external-linkcrates.io: Malicious crates evm-units and uniswap-utilsblog.rust-lang.orgNemeski@mander.xyz to Rust@programming.dev · 17 days agomessage-square7linkfedilink
minus-squareDumhuvud@programming.devlinkfedilinkEnglisharrow-up13·17 days agoIf you use Linux, this is a good reminder to spend a bit of time learning AppArmor / SELinux. rustc / cargo and processes spawned by them shouldn’t have access to your entire $HOME.
minus-squarevas@lemmy.mllinkfedilinkarrow-up2·17 days agoOr bubblewrap. Though that requires more effort than “a bit of time” to do comprehensive isilation…
minus-squaresoc@programming.devlinkfedilinkEnglisharrow-up1·17 days agoSadly, the developers of these apps can’t even be bothered to not dump random folders into $HOME. 🤷
If you use Linux, this is a good reminder to spend a bit of time learning AppArmor / SELinux.
rustc/cargoand processes spawned by them shouldn’t have access to your entire$HOME.Or bubblewrap. Though that requires more effort than “a bit of time” to do comprehensive isilation…
Sadly, the developers of these apps can’t even be bothered to not dump random folders into
$HOME. 🤷