Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial fuzz corpus files #73

Merged
merged 3 commits into from
Jan 15, 2025
Merged

Add initial fuzz corpus files #73

merged 3 commits into from
Jan 15, 2025

Conversation

leighmcculloch
Copy link
Member

@leighmcculloch leighmcculloch commented Jan 15, 2025

What

Add a new fuzz corpus with multiple seed files.

Why

Adding fuzz corpus that is made up of test vectors from SEP-23, and then expanded for sometime to find more code paths. Added a test that was missing as well.

### What
Add a new fuzz corpus with multiple seed files.

### Why
Adding fuzz testing, which I've been playing around with. The corpus is made up of test vectors from SEP-23. I added a test that was missing as well.
@leighmcculloch leighmcculloch enabled auto-merge (squash) January 15, 2025 06:29
@leighmcculloch leighmcculloch requested a review from dmkozh January 15, 2025 11:41
@leighmcculloch
Copy link
Member Author

leighmcculloch commented Jan 15, 2025

TODO:

  • Make the corpus run during CI.

### What
This change adds a new job to the CI workflow for running fuzz tests using cargo-fuzz.

### Why
Incorporating fuzz testing helps identify potential vulnerabilities and bugs in the codebase, improving overall software quality.
@leighmcculloch leighmcculloch requested review from a team and removed request for dmkozh January 15, 2025 12:00
@leighmcculloch leighmcculloch merged commit 67b79ae into main Jan 15, 2025
6 checks passed
@leighmcculloch leighmcculloch deleted the tests branch January 15, 2025 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants