Skip to content

Guard 3.0.23

Choose a tag to compare

@github-actions github-actions released this 30 Aug 22:38
a8bee9d

Guard 3.0.23 is a stable release cut from a8bee9d.
1 commit • 1 merged pull request • 1 contributor since Guard 3.0.22.

Fixes

  • guard: Honor enabled catalog permissions over global risk floors (#2684)
    • Enabled catalog permissions now allow their matched commands instead of being re-raised by the global security-level risk floor.
    • Wrapped shell forms such as zsh -lc 'git stash' keep matching the Git stash permission.

Install

Install this release:

uv tool install "hol-guard[cisco]==3.0.23"

Full changelog: v3.0.22...v3.0.23

Thanks @kantorcodes!