News

Libraries are collections of shared code. They're common in Python, where they're also called "modules," but they're also ...
The Python Package Index (PyPI) registry has removed three malicious Python packages aimed at exfiltrating environment variables and dropping trojans on the infected machines. These malicious ...
A software security engineer has identified 12 Python libraries uploaded on the official Python Package Index (PyPI) that contained malicious code.
For the second time since March, a cybersecurity firm has discovered troubling malware software packages uploaded to the Python Package Index platform.
More than 400 malicious packages were recently uploaded to PyPI (Python Package Index), the official code repository for the Python programming language, in the latest indication that the ...
On Friday, the Python Package Index (PyPI), repository of open source Python projects announced plans to rollout two factor authentication for maintainers of "critical" projects. Although many ...
The PyPI package flood is just the latest in a string of attacks on public repositories with the intent to plant malicious code.
The official Python software package repository PyPI is under attack from threat actors that have begun flooding it with spam packages according to a new report from BleepingComputer.
Python virtual environments shine for keeping projects and conflicting packages separate. Just keep these dos and don’ts in mind.