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.
|Build Status| |Coverage| |Docs| |Version| |PyVersions| |License|
The main goal of the library is perform a Transformation over a data event. Supports a variety of functions typically used on machine learning and AI.
Development is oriented into a functional style avoiding side effects on transformations.
In console pip install data-refinery
or python setup.py install
from sources.
.. code-block:: python
from datarefinery.TupleOperations import wrap, keep, substitution
from datarefinery.CombineOperations import sequential
x2 = wrap(lambda x: x*2)
operation = sequential(keep(["name"]), substitution(["value"], x2))
(res, err) = operation({"name": "John", "value": 10})
print(res) # {"name": "John", "value": 20}
Visit complete documentation at readthedocs.io <https://data-refinery.readthedocs.io>
_.
Python: 3.5, 3.6
Follow the steps on the how to contribute <https://github.com/BBVA/data-refinery/blob/master/CONTRIBUTING.md>
_ document.
.. |Build Status| image:: https://travis-ci.org/BBVA/data-refinery.svg :target: https://travis-ci.org/BBVA/data-refinery .. |Coverage| image:: https://codecov.io/gh/BBVA/data-refinery/branch/master/graph/badge.svg :target: https://codecov.io/gh/BBVA/data-refinery .. |Docs| image:: https://readthedocs.org/projects/data-refinery/badge/?version=latest :target: http://data-refinery.readthedocs.io/?badge=latest .. |Version| image:: https://img.shields.io/pypi/v/data-refinery.svg :target: https://pypi.org/project/data-refinery .. |PyVersions| image:: https://img.shields.io/pypi/pyversions/data-refinery.svg :target: https://pypi.org/project/data-refinery .. |License| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg :target: https://opensource.org/licenses/Apache-2.0
FAQs
Data Refinery: transformating data
We found that data-refinery 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.