Nemeski@mander.xyz to Rust@programming.dev · 1 month agocrates.io: Malicious crates evm-units and uniswap-utilsblog.rust-lang.orgexternal-linkmessage-square7fedilinkarrow-up143arrow-down12
arrow-up141arrow-down1external-linkcrates.io: Malicious crates evm-units and uniswap-utilsblog.rust-lang.orgNemeski@mander.xyz to Rust@programming.dev · 1 month agomessage-square7fedilink
minus-squareDumhuvud@programming.devlinkfedilinkEnglisharrow-up13·1 month 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·1 month agoOr bubblewrap. Though that requires more effort than “a bit of time” to do comprehensive isilation…
minus-squaresoc@programming.devlinkfedilinkEnglisharrow-up1·1 month 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. 🤷