This is a short summary. ↗ Open original to view full content
Security means securing people where they are
from blog ENOSUCHBLOG, | ↗ original
More from ENOSUCHBLOG
zizmor would have caught the Ultralytics workflow vulnerability
6 Dec 2024 |
original ↗
TL;DR: zizmor would have caught the vulnerability that caused this…mostly. Read on for details.
Introducing zizmor: now you can have beautiful clean workflows
27 Oct 2024 |
original ↗
This is an announcement for zizmor, a new tool for finding security issues in GitHub Actions setups. You can run it on one or more workflow definitions1, and it’ll emit cargo-style diagnostics, SARIF, or JSON as you please. Support for custom actions (e.g. action.yml within actions/checkout or similar) is planned, but not implemented yet. ↩
YAML feature extraction with yamlpath
10 Sept 2024 |
original ↗
Another Rust crate announcement: this time I’m announcing yamlpath, a small library for format-preserving YAML feature extraction.
Approximating sum types in Python with Pydantic
12 Aug 2024 |
original ↗
TL;DR: You can use Pydantic’s support for tagged unions to approximate sum types in Python; go right to Sum types in Python (and onwards) to see how it’s done.