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.
Bartender is the beer-garden backend. It's responsible for maintaining plugin health/status and running the actual plugins.
|gitter| |pypi| |travis| |codecov| |docs| |pyup|
.. |gitter| image:: https://img.shields.io/badge/gitter-Join%20Us!-ff69b4.svg :target: https://gitter.im/beer-garden-io/Lobby :alt: Gitter
.. |pypi| image:: https://img.shields.io/pypi/v/bartender.svg :target: https://pypi.python.org/pypi/bartender :alt: PyPI
.. |travis| image:: https://img.shields.io/travis/beer-garden/bartender.svg :target: https://travis-ci.org/beer-garden/bartender?branch=master :alt: Build Status
.. |codecov| image:: https://codecov.io/gh/beer-garden/bartender/branch/master/graph/badge.svg :target: https://codecov.io/gh/beer-garden/bartender :alt: Code Coverage
.. |docs| image:: https://readthedocs.org/projects/bartender/badge/?version=latest :target: https://bartender.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
.. |pyup| image:: https://pyup.io/repos/github/beer-garden/bartender/shield.svg :target: https://pyup.io/repos/github/beer-garden/bartender/ :alt: Pyup Updates
When installed from pip you can simply:
.. code-block:: console
$ bartender -c /path/to/config.json
These are the minimum required steps once you have all the pre-requisites up and running.
.. code-block:: console
$ git clone https://github.com/beer-garden/bartender.git
$ cd bartender
$ pip install -r requirements.txt
$ ./bin/app.sh # Requires brew-view to be running
There are several plugins that are loaded by default. You can view them in the brew-view UI.
Running the tests:
.. code-block:: console
$ make test
Generating coverage:
.. code-block:: console
$ make coverage
Linting:
.. code-block:: console
$ make lint
FAQs
Beergarden Backend
We found that bartender 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.