Skip to content

v0.3.0

Choose a tag to compare

@kenryu42 kenryu42 released this 01 Jan 12:37
· 575 commits to main since this release
68aff41

v0.3.0 (2026-01-01)

Feat

  • add short option expansion to custom rule matching
  • add commands for custom rules management
  • detect find -exec rm -rf as destructive pattern
  • add verify_config script for config validation
  • integrate custom rules into hook analysis
  • add custom rule matching logic
  • add config loading module for user-configurable rules

Fix

  • stop _short_opts parsing at non-alpha chars and -- marker
  • Block rm -rf of cwd itself even when under /tmp/

Refactor

  • improve verify_config output formatting
  • return ValidationResult from validate_config_file