fix: address code review feedback
- Fix command injection vulnerabilities in pre-commit script - Use proper file path quoting for YAML validation - Use xargs -0 for safe filename handling - Fix incorrect date (2026 -> 2025) in documentation - Add scripts/git to allowed directories in repo_health workflow Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
@@ -348,5 +348,5 @@ make help # Show all commands
|
||||
---
|
||||
|
||||
**Document Version:** 1.0.0
|
||||
**Last Updated:** 2026-01-04
|
||||
**Last Updated:** 2025-01-04
|
||||
**Get Started:** Run `make dev-setup` now!
|
||||
|
||||
Reference in New Issue
Block a user