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.
.. image:: https://travis-ci.org/mbr/simplekv.png?branch=master :target: https://travis-ci.org/mbr/simplekv .. image:: https://coveralls.io/repos/github/mbr/simplekv/badge.svg?branch=master :target: https://coveralls.io/github/mbr/simplekv?branch=master
simplekv is an API for very basic key-value stores used for small, frequently accessed data or large binary blobs. Its basic interface is easy to implement and it supports a number of backends, including the filesystem, SQLAlchemy, MongoDB, Redis and Amazon S3/Google Storage.
simplekv is available on PyPI <http://pypi.python.org/pypi/simplekv/>
_ and
can be installed through pip <http://pypi.python.org/pypi/pip>
_::
pip install simplekv
or via conda
on conda-forge <https://github.com/conda-forge/simplekv-feedstock>
_::
conda install -c conda-forge simplekv
The documentation for simplekv is available at https://simplekv.readthedocs.io.
simplekv is MIT licensed <http://www.opensource.org/licenses/mit-license.php>
_.
FAQs
A key-value storage for binary data, support many backends.
We found that simplekv demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.
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.