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.
Python API for interacting with Netdata <https://my-netdata.io/>
_. Currently
are the data
, the allmetrics
and the alarms
endpoint supported.
This module is not official, developed, supported or endorsed by Netdata.
The module is available from the Python Package Index <https://pypi.python.org/pypi>
_.
.. code:: bash
$ pip3 install netdata
On a Fedora-based system or on a CentOS/RHEL machine which has EPEL enabled.
.. code:: bash
$ sudo dnf -y install python3-netdata
For Nix or NixOS users is a package available. Keep in mind that the lastest releases might only
be present in the unstable
channel.
.. code:: bash
$ nix-env -iA nixos.python3Packages.netdata
The file example.py
contains an example about how to use this module.
For development is recommended to use a venv
.
.. code:: bash
$ python3 -m venv .
$ source bin/activate
$ python3 setup.py develop
python-netdata
is licensed under MIT, for more details check LICENSE.
FAQs
Python API for interacting with Netdata
We found that netdata 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.