v0.1.1 — hardening pass
Internal correctness + defense-in-depth fixes following the v0.1.0 review. No flag/env-var surface change.
Highlights
brew list --versionsparsing now usesawk '\$NF'so multi-keg installations compare against the newest installed versionINCOMING_DEPSis a proper bash array; pathological tap dep names with whitespace survive dedup + iteration--min-agefor tap-namespaced deps emits a[skip-dep-age]log line instead of relying on a homebrew-core lookup that doesn't apply- Dep names validated against
^[a-zA-Z0-9@._/-]+\$before flowing into any URL or subprocess argument; same regex now also guards the main-package age check in both wrappers - Pre-install/upgrade warning split into distinct sections — known CVEs vs.
--min-ageholds — so two different risk signals are no longer conflated - In-code design note explains why transitive deps don't get the CVE-aware
--min-agebypass that applies to the user-named package
See CHANGELOG.md for the full breakdown. PR: #25.
Notes
This release tag is GPG-signed — first signed tag on the repo.