Nemeski@mander.xyz to Rust@programming.dev · 1 day agocrates.io: Malicious crates evm-units and uniswap-utilsblog.rust-lang.orgexternal-linkmessage-square7fedilinkarrow-up140arrow-down12
arrow-up138arrow-down1external-linkcrates.io: Malicious crates evm-units and uniswap-utilsblog.rust-lang.orgNemeski@mander.xyz to Rust@programming.dev · 1 day agomessage-square7fedilink
minus-squareDumhuvud@programming.devlinkfedilinkEnglisharrow-up12·1 day 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-squaresoc@programming.devlinkfedilinkEnglisharrow-up1·24 hours agoSadly, the developers of these apps can’t even be bothered to not dump random folders into $HOME. 🤷
minus-squarevas@lemmy.mllinkfedilinkarrow-up2·1 day agoOr bubblewrap. Though that requires more effort than “a bit of time” to do comprehensive isilation…
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.Sadly, the developers of these apps can’t even be bothered to not dump random folders into
$HOME. 🤷Or bubblewrap. Though that requires more effort than “a bit of time” to do comprehensive isilation…