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/pyarmory/aumbry.svg?branch=master :target: https://travis-ci.org/pyarmory/aumbry :alt: Travis CI Build
.. image:: http://codecov.io/github/pyarmory/aumbry/coverage.svg?branch=master :target: http://codecov.io/github/pyarmory/aumbry?branch=master :alt: Coverage
.. image:: https://readthedocs.org/projects/aumbry/badge/?version=latest :target: https://readthedocs.org/projects/aumbry/?badge=latest
.. image:: https://codeclimate.com/github/pyarmory/aumbry/badges/gpa.svg :target: https://codeclimate.com/github/pyarmory/aumbry :alt: Code Climate
Aumbry is general purpose library for handling configuration within your Python applications. The project was born from constantly needing a simple interface for configuration models that came from multiple data sources.
Behind the scenes, Aumbry uses Alchemize to handle the conversion of the configuration data into application specific data models for your project.
Data Sources supported:
Configuration Formats Supported:
.. code-block:: shell
# Install base package
pip install aumbry
# Install consul support
pip install aumbry['consul']
# Install etcd2 support
pip install aumbry['etcd2']
# Install yaml support
pip install aumbry['yaml']
# Install parameter store dependencies
pip install aumbry['param_store']
# Installing multiple dependencies
pip install aumbry['etcd2','yaml']
FAQs
Multi-type configuration library for Python
We found that aumbry 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.
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.