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.
featureform-enterprise
Advanced tools
Featureform’s Python client is a SDK for defining, managing and serving resources (e.g. infrastructure providers, data sources, transformations, etc.). At a high level, the API is divided into two parts:
See grpc.io for instructions on installing the protocol buffer compiler for your OS and language-specific plugins for Golang (NOTE: the Golang dependencies can also be installed via Homebrew.)
You may create a Python virtual environment however you prefer, but the directory name .venv
is ignored by Git for convenience, so you may choose to create your virtual environment in the root of the project.
> python -m venv .venv && . .venv/bin/activate
(.venv) >
The following dependencies are required to build the client:
(.venv) > python -m pip install --upgrade pip
(.venv) > python -m pip install -r requirements.txt
The shell script gen_grpc.sh
has been provided for convenience. Change the file access permissions to make it executable and run it:
(.venv) > chmod +x gen_grpc.sh
(.venv) > ./gen_grpc.sh
The shell script pip_update.sh
has been provided for convenience. Change the file access permissions to make it executable and run it:
(.venv) > chmod +x pip_update.sh
(.venv) > ./pip_update.sh
To ensure your changes haven’t broken the client, run the test suite with the following make target:
(.venv) > make pytest
With steps 1-5 successfully completed, you should have the featureform
CLI command accessible in your terminal session.
(.venv) > featureform -h
To further verify that your setup is complete and correct, you may optionally walk through the Quickstart tutorial. You may put the definitions.py
file at the root of the project, which won’t be ignored by Git, or use a URL to a file (e.g. hosted on GitHub).
FAQs
Package for the Featureform Enterprise Feature Store
We found that featureform-enterprise 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.