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:
copilot-swe-agent[bot]
2026-01-04 04:29:20 +00:00
parent e1c7f54fec
commit 15205433c9
4 changed files with 9 additions and 7 deletions

View File

@@ -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!