Virual@lemmy.dbzer0.com to Linux@lemmy.mlEnglish · 2 months agoArch Linux's AUR Sees More Than 400 Packages Compromised With Malwarewww.phoronix.comexternal-linkmessage-square78linkfedilinkarrow-up11
arrow-up11external-linkArch Linux's AUR Sees More Than 400 Packages Compromised With Malwarewww.phoronix.comVirual@lemmy.dbzer0.com to Linux@lemmy.mlEnglish · 2 months agomessage-square78linkfedilink
minus-squarechgxvjh [he/him, comrade/them]@hexbear.netlinkfedilinkEnglisharrow-up0·2 months agoI don’t think it’s immediately obvious that the PKGBUILD installing some shit with npm is malware.
minus-squareAatube@kbin.melroy.orglinkfedilinkarrow-up0·2 months agoit’s bypassing the normal place to download (in the PKGBUILD) and doing so in a place that’s unsandboxed instead (in the .install file, not the PKGBUILD) when it didn’t need to do that before
I don’t think it’s immediately obvious that the PKGBUILD installing some shit with npm is malware.
it’s bypassing the normal place to download (in the PKGBUILD) and doing so in a place that’s unsandboxed instead (in the .install file, not the PKGBUILD) when it didn’t need to do that before