Is this also happening for repos for other languages (e.g. CPAN, RubyGems)?
Dozens of malicious PyPI packages discovered targeting developers
11–20 of 334 posts
Re: Dozens of malicious PyPI packages discovered targeting developers
#12Re: Dozens of malicious PyPI packages discovered targeting developers
#13Is there something about Python or PyPI that makes it more attractive for malicious developers to add malware? Is this also happening for repos for other languages (e.g. CPAN, RubyGems)?
RubyGem: https://www.bleepingcomputer.com/news/security/malicious-rub...
Perl CPAN https://news.perlfoundation.org/post/malicious-code-found-in...
Re: Dozens of malicious PyPI packages discovered targeting developers
#14I 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
#15Is there something about Python or PyPI that makes it more attractive for malicious developers to add malware? Is this also happening for repos for other languages (e.g. CPAN, RubyGems)?
Python is just far more popular. RubyGem: https://www.bleepingcomputer.com/news/security/malicious-rub... Perl CPAN https://news.perlfoundation.org/post/malicious-code-found-in...
Re: Dozens of malicious PyPI packages discovered targeting developers
#16I 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.
I've tried the same but the graphics performance was too slow (no GPU acceleration). The current setup is to use a virtual machine but connect to it via VS Code's Remote SSH extension from the host.
Re: Dozens of malicious PyPI packages discovered targeting developers
#17I 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.
Then you might be interested in Qubes OS: https://qubes-os.org .
Re: Dozens of malicious PyPI packages discovered targeting developers
#18W4SP is a python module that harvests passwords from your computer/network?
Re: Dozens of malicious PyPI packages discovered targeting developers
#19Is there something about Python or PyPI that makes it more attractive for malicious developers to add malware? Is this also happening for repos for other languages (e.g. CPAN, RubyGems)?
Re: Dozens of malicious PyPI packages discovered targeting developers
#20I 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.
Virtual is part of a solution but not the key: the key is to separate your dev env from your real life/business environment -- including all your personal and professional business data and web accounts that expose your financials and private data. If you log into your email from the virtual machine, you are at risk.