Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
This Python package is a tool for data manipulation.
Supported data types include:
Current key features include:
Dependencies:
The package do not have required dependencies, but it needs a few optional dependencies to run some features:
redis
: for Redis support; also a system command redis-server
to run
unit tests.sqlalchemy
: for SQL support, with some additional packages depending on
backend; to run async key/value store with Sqlite, one need aiosqlite
and greenlet
to run the unit tests. For Postgres, the following are
needed:
psycopg[binary]
for sync Postgres support,asyncpg
for async Postgres support.gunicorn
to run WSGi unit tests.uvicorn
to run ASGi unit tests.websockets
with uvicorn
(or install uvicorn[standard]
);
it also allows us to run websockets' threading-based sync client
for unit tests.websocket-client
to run websocket-client-based unit tests.Other possibilities that haven't been tested:
daphne
and hypercorn
;uvicorn
: wsproto
is an alternative to websockets
.FAQs
Flexibly Represented Interactive Data
We found that frid demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.