Skip to content

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 25 Mar 06:04
· 279 commits to main since this release

Fixed

  • Allow rm -rf for explicit temp-directory targets such as /tmp/..., /var/tmp/...,
    and $TMPDIR/... even when the current working directory is $HOME
  • Move home-directory rm classification into the shared rules-rm analyzer so blocking
    decisions and explain output follow the same target-aware path

Related Issues

  • Issue #41: False positives block legitimate cleanup operations and string literals in gh commands

Related PRs

  • PR #42: fix(rules-rm): allow temp targets when cwd is home directory