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.
hoodat-vertex-components
Advanced tools
This repository provides an SDK and a set of components that perform tasks in hoodat.
It is modelled after this repository of shared components for GCP: https://github.com/kubeflow/pipelines/tree/google-cloud-pipeline-components-1.0.1/components/google-cloud
# cz bump --dry-run
cz bump
git push
The package will be built and pushed to pypi in a github action.
## Makefile
There is a Makefile at the root of this project which provides some useful functionality for developing and publishing components. In the next sections of this document some of this funcitonality will be described.
Important to the use of the Makefile is the creation of an env.sh
file with necessary arguments populated. See env.sh.example
for an
example of what this file should look like. Copy it to env.sh
and
replace the default arguments with your own.
New components should be added to the
hoodat_vertex_components/components
subdirectory. See already existing
examples. Here is a common file structure for a component:
├── make_cascade_file
│ ├── Dockerfile
│ ├── cascades.csv
│ ├── component.yaml
│ ├── make_cascade_file.py
│ ├── poetry.lock
│ ├── pyproject.toml
│ └── tests
│ └── test_filter_cascades.py
This function will be useful for running a components docker image
interactively. Update the env.sh
with the name of the component and
run:
make run_interactive
It may be useful to test a component in a pipeline. To do this, update
the env.sh
with the name of the component and run:
make push_and_pipeline
Look at video_to_frames for an example.
Once you're happy, run:
COMPONENT_NAME=video_to_frames
cd hoodat_vertex_components/components/$COMPONENT_NAME
poetry run python component.py
FAQs
Re-usable kfp components for hoodat
We found that hoodat-vertex-components 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.