Skip to content

Guard 2.2.113

Choose a tag to compare

@github-actions github-actions released this 18 Aug 18:33
5daf0ea

Guard 2.2.113 is a stable release cut from 5daf0ea.
1 commit • 1 merged pull request • 1 contributor since Guard 2.2.112.

Fixes

  • command: Classify staged Git index inspection (#2485)
    • Allow repository-bound git diff --cached --check chains, lockfile excludes, and stdin ripgrep scans of the staged index.
    • Classify remaining cached diffs as Git protection git index inspection so Extensions can Allow or Block them.
    • Leave git -c / --config-env / --exec-path cached diffs unowned so Allow cannot cover execution routing.

Install

Install this release:

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

Full changelog: v2.2.112...v2.2.113

Thanks @kantorcodes!