Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
The select26 extension is a backport of the new API functions of Python 2.6 for Python 2.3 to 2.5. It contains object oriented wrappers for epoll (Linux 2.6) and kqueue/kevent (BSD).
try: ... import select26 as select ... except ImportError: ... import select
ep = select.epoll() kq = select.kqueue()
This release is based upon Python svn trunk r62498.
FAQs
Backport of the new select module with epoll and kqueue interface
We found that select26 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.