This release includes 1 security fix for security teams reviewing exposed deployments.
Topics
+13 more
Summary
AI summaryFixed domain parsing integer overflow by clamping at 1e9.
Full changelog
aegis-cli v0.12.1
Supply-chain security CLI for npm / bun / yarn / pnpm.
Verifying releases
All artifacts are checksummed (checksums.txt) and the checksums file
is signed via cosign keyless OIDC. To verify:
cosign verify-blob \
--certificate-identity-regexp 'https://github.com/qwexvf/aegis-cli/.github/workflows/release.yml.*' \
--certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
--certificate checksums.txt.pem \
--signature checksums.txt.sig \
checksums.txt
sha256sum -c checksums.txt
SLSA build provenance is attached to every artifact and can be
verified with gh attestation verify <file> --owner qwexvf.
Fixed
- domain: clamp parseInt at 1e9 to prevent silent int overflow (f7f9393)
Apache-2.0 — see LICENSE.
Security Fixes
- Prevented silent integer overflow in domain parsing by clamping parseInt at 1e9
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About qwexvf/aegis-cli
All releases →Related context
Beta — feedback welcome: [email protected]