Enhance security testing and fuzzing capabilities#15
Merged
michaelbeale-IL merged 4 commits intomainfrom Feb 3, 2026
Merged
Conversation
Contributor
michaelbeale-IL
commented
Feb 3, 2026
- Added comprehensive security testing section to SECURITY.md, detailing automated fuzzing strategies and local execution instructions.
- Introduced fuzzing tests in the fuzz/ directory, including Atheris and property-based testing with Hypothesis.
- Implemented fuzz_hypothesis.py for structured property-based testing of parser functions.
- Created fuzz_parsers.py for random fuzzing of parser functions with malformed input.
- Developed run_fuzzing.sh script for interactive fuzzing test execution.
- Updated pyproject.toml to include fuzzing dependencies and organized extras.
- Added create-release.sh script for automated release creation with validation checks.
- Enhanced uv.lock with new dependencies for fuzzing and testing.
- Added comprehensive security testing section to SECURITY.md, detailing automated fuzzing strategies and local execution instructions. - Introduced fuzzing tests in the fuzz/ directory, including Atheris and property-based testing with Hypothesis. - Implemented fuzz_hypothesis.py for structured property-based testing of parser functions. - Created fuzz_parsers.py for random fuzzing of parser functions with malformed input. - Developed run_fuzzing.sh script for interactive fuzzing test execution. - Updated pyproject.toml to include fuzzing dependencies and organized extras. - Added create-release.sh script for automated release creation with validation checks. - Enhanced uv.lock with new dependencies for fuzzing and testing.
- Update .github/workflows/fuzzing.yml to use --extra fuzzing - Fix documentation in SECURITY.md and fuzz/README.md - Dependencies are defined in [project.optional-dependencies] not [dependency-groups]
… of via pytest - pytest was picking up coverage settings from pytest.ini - Run fuzz_hypothesis.py directly to avoid configuration conflicts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.