v0.2.0 Feature Release
New Features
Allows selective control of which tests are used to validate the path.
New test for path traversal blocking
Most code issues cleaned up.
What's Changed
- Fix macOS tests by excluding /var/folders from system paths by @Copilot in #21
- Refactor test_checker.py from unittest-style classes to pytest function modules by @Copilot in #22
- Fix markdown formatting violations across all repository documentation by @Copilot in #23
- Suppress Bandit B108 warnings for hardcoded test paths by @Copilot in #24
- Suppress pylint not-callable false positives for PathChecker by @Copilot in #25
- Pin GitHub Actions to SHA256 commits by @Copilot in #26
- Fix Windows path comparison for cwd_only CWD detection by @Copilot in #28
Full Changelog: v0.1.0...v0.2.0