Arch Linux Now Believes Malware Incident Under Control: More Than 1,500 Packages
41–50 of 227 posts
Re: Arch Linux Now Believes Malware Incident Under Control: More Than 1,500 Packages
#42I’m not on Arch Linux, but I am on NodeJS a lot, which frequently suffers from similar types of attacks. Who is doing package management right these days? Who is doing it securely?
Read the source. If you don't have the time then you shouldn't run the software.
Re: Arch Linux Now Believes Malware Incident Under Control: More Than 1,500 Packages
#43Could we be heading towards a world where it's just more secure to write inhouse software again, only now with AI agents? Not closed source per se, but 'own source'?
Re: Arch Linux Now Believes Malware Incident Under Control: More Than 1,500 Packages
#44Could we be heading towards a world where it's just more secure to write inhouse software again, only now with AI agents? Not closed source per se, but 'own source'?
Re: Arch Linux Now Believes Malware Incident Under Control: More Than 1,500 Packages
#45It is hard to avoid a package like chromium [0] or firefox which are in the "community" repo. Now have fun check it at every update, this is not practically feasible.
For the web browser one can say we should use Flatpak anyway but there are a lot of other apps like sway from the community repo that cannot be flatpaked.
- [0] https://pkgs.alpinelinux.org/package/edge/community/x86_64/c...
Re: Arch Linux Now Believes Malware Incident Under Control: More Than 1,500 Packages
#46> It was bad enough when finding out more than 400 AUR packages for Arch Linux users had been infected with malware but now that number has risen to around 900 a few hours ago and now in the end at more than 1,500 user-contributed packages.been infected with malware I never had a need for the AUR. If I want a package not in the official repository I build it myself or if it has a binary release I will download it. th…
Re: Arch Linux Now Believes Malware Incident Under Control: More Than 1,500 Packages
#47"linux has no malware, windows bad boooh"
Re: Arch Linux Now Believes Malware Incident Under Control: More Than 1,500 Packages
#48I’m not on Arch Linux, but I am on NodeJS a lot, which frequently suffers from similar types of attacks. Who is doing package management right these days? Who is doing it securely?
Everything will need to be run in a VM separated from your main desktop which should have your data and a minimal amount of apps.
Qubes OS was ahead of it's time.
Re: Arch Linux Now Believes Malware Incident Under Control: More Than 1,500 Packages
#49Earlier quoted context omitted.
For me, this tradeoff isn’t worth it. I didn’t switch to Linux so that I can waste time going to websites and clicking “download” to update my programs like a Windows user. The pacman wrappers you mention are crazy, though.
I get it, but you only need to do that for the odd cases of packages not present in the official repo (not that common at all for me at least). Also if the software is downloaded in the form of a git repo, you only needed to checkout the new tag and rebuild, don't need your browser at all.
Re: Arch Linux Now Believes Malware Incident Under Control: More Than 1,500 Packages
#50So from a quick read, it seems it installed "atomic-lockfile", "js-digest" or "lockfile-js" from npm. A list of affected packages is here [1]. Didn't find any quick info on how to check a system, so I ran the following command to find foreign packages and some date related infos: > pacman -Qmi Check the output against the list of affected packages. Then, you can also grep for those files in various locations: > grep…