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.
A collection of common utilities used by the Monster team to develop Dagster pipelines. Each subsection has its own readme explaining its contents.
This library is hosted on PyPI and will work with most Python package managers out of the box. You can reference this package as broad_dagster_utils
, e.g. for Poetry:
# pyproject.toml
[tool.poetry.dependencies]
broad_dagster_utils = "^0.1.0"
Note that, despite this name, you'll need to import the package as dagster_utils
, e.g.:
from dagster_utils.typing import DagsterConfigDict
For development against a local checkout in another project (i.e., a project with a dependency on dagster_utils
), make the following adjustment to the project's pyproject.toml
:
broad-dagster-utils = {path = "<relative path to your dagster_utils checkout>", develop = true}
This library is versioned semantically.
When describing changes made in a commit message, we want to be more thorough than usual, since bugs in dependencies are harder to diagnose. Break down the changes into these categories (omitting any categories that don't apply):
To release a new version, determine what type of version increase your changes constitute (see the above guide) and update the version listed in pyproject.toml
accordingly. Poetry has several version bump commands to help with this. You can update the version in a dedicated PR or as part of another change. When a PR that updates the version number lands on master, an action will run to create a new tag for that version number, followed by cutting a Git release and publishing the new version to PyPI.
FAQs
Common utilities and objects for building Dagster pipelines
We found that broad-dagster-utils demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.