
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
pytest-couchdbkit is a simple pytest extension that manages test databases for your couchdbkit using apps.
In order to use it, you only need to set the ini option
couchdbkit_suffix
to something fitting your app.
Additionally you may use couchdbkit_backend
to select
the gevent/eventlet backends.
To setup couchapps before running the tests,
there is the pytest_couchdbkit_push_app(server, dbname)
hook
It can be used to create a pristine database, which is replicated into each test database.
The provided funcarg couchdb
will be a freshly flushed database
named pytest_
+ couchdbkit_suffix,
additionally, after each test item, the database will be dumped to tmpdir.join(couchdb.dump)
which is a simple file having entries in the format::
number(\d+) + "\r\n" + number bytes + "\r\n"
entries are:
Attachments are ordered by name, so they can be reassigned to their metadata on loading.
The dump format is meant to be human-readable.
FAQs
py.test extension for per-test couchdb databases using couchdbkit
We found that pytest-couchdbkit 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.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.