
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
MPyL stands for Modular Pipeline Library (in Python).
This library is loosely based on the principles described in https://www.jenkins.io/blog/2019/01/08/mpl-modular-pipeline-library/ but completely independent of Jenkins or any other CI/CD platform.
Detailed, complete, searchable documentation can be found at https://vandebron.github.io/mpyl
MPyL is built with the following principles in mind.
MyPy
type hints and schemas for all YAML
files. Clearly defined interfaces for inputs
and outputs of steps.YAML
strictly for configuration. Where YAML
needs to produced dynamically, like for CRDs via
HELM charts, it is generated by Python code. The produced YAML
is validated against the corresponding schemas.mpyl.steps
.The following technologies are expected to be present on the local OS:
docker compose version
) >= v2.2.3MPyL is extensible and has a minimal footprint. Having said that, batteries for the following technologies are included.
mpyl.steps.build.dockerbuild
mpyl.steps.build.sbt
mpyl.cli.commands.build.jenkins
and
mpyl.utilities.jenkins.runner.JenkinsRunner
mpyl.steps.models.ArtifactType.JUNIT_TESTS
FAQs
Modular Pipeline Library
We found that mpyl demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.