Dozens of malicious PyPI packages discovered targeting developers
1–10 of 334 posts
Re: Dozens of malicious PyPI packages discovered targeting developers
#2Re: Dozens of malicious PyPI packages discovered targeting developers
#3There have been to many contaminations of major package repos lately. Only one typo in an import statement up the dependency chain and you’d be compromised.
Re: Dozens of malicious PyPI packages discovered targeting developers
#4I started to develop only inside VMs, with a full Desktop, IDE, browser etc. inside the virtual machine. There have been to many contaminations of major package repos lately. Only one typo in an import statement up the dependency chain and you’d be compromised.
Re: Dozens of malicious PyPI packages discovered targeting developers
#5PyPi should warn when the package and developer are new.
Re: Dozens of malicious PyPI packages discovered targeting developers
#6But malicious actors can get value from polluting the sharing network, and that costs effort to defend against, which means someone(s) has to pay to secure the network, or be open to attack.
Re: Dozens of malicious PyPI packages discovered targeting developers
#7Re: Dozens of malicious PyPI packages discovered targeting developers
#8Open/free software is great when a great person writes some code and lets you use it, because they are kind and there's nearly no marginal cost. But malicious actors can get value from polluting the sharing network, and that costs effort to defend against, which means someone(s) has to pay to secure the network, or be open to attack.
Re: Dozens of malicious PyPI packages discovered targeting developers
#9I started to develop only inside VMs, with a full Desktop, IDE, browser etc. inside the virtual machine. There have been to many contaminations of major package repos lately. Only one typo in an import statement up the dependency chain and you’d be compromised.
If you log into your email from the virtual machine, you are at risk.
Re: Dozens of malicious PyPI packages discovered targeting developers
#10PyPi should warn when the package and developer are new.
Also devs should get into the habit of providing sha256 hashes on offical channels (i.e., github readme) so users can validate (if its possible to validate a pkg before executing malicious code in the python ecosystem, I'm not sure how that'd work).