cm0002@europe.pub to Linux@sh.itjust.works · 10 days agoArch Linux Now Believes Malware Incident Under Control: More Than 1,500 Affected Packageswww.phoronix.comexternal-linkmessage-square5linkfedilinkarrow-up141arrow-down10cross-posted to: linux@lemmy.ml
arrow-up141arrow-down1external-linkArch Linux Now Believes Malware Incident Under Control: More Than 1,500 Affected Packageswww.phoronix.comcm0002@europe.pub to Linux@sh.itjust.works · 10 days agomessage-square5linkfedilinkcross-posted to: linux@lemmy.ml
minus-squaredudesss@lemmy.calinkfedilinkarrow-up2·9 days agoPackage installation checker https://github.com/lenucksi/aur-malware-check With this cool one-liner to check comm -1 -2 <(pacman -Qq | sort) <(curl -s https://raw.githubusercontent.com/YOUR/aur-malware-check/main/package_list.txt | sort)
minus-squareDeltaWingDragon@sh.itjust.workslinkfedilinkarrow-up1·8 days agoIs the checker also malware?
Package installation checker
https://github.com/lenucksi/aur-malware-check
With this cool one-liner to check
comm -1 -2 <(pacman -Qq | sort) <(curl -s https://raw.githubusercontent.com/YOUR/aur-malware-check/main/package_list.txt | sort)Is the checker also malware?