Skip to content

Add fuzz testing for HTTP request body parsing - #1001

Open
charityzarmai wants to merge 1 commit into
kellymusk:masterfrom
charityzarmai:issue-3-fuzz-testing
Open

Add fuzz testing for HTTP request body parsing#1001
charityzarmai wants to merge 1 commit into
kellymusk:masterfrom
charityzarmai:issue-3-fuzz-testing

Conversation

@charityzarmai

@charityzarmai charityzarmai commented Aug 31, 2026

Copy link
Copy Markdown

Closes #925


Add fuzz testing for HTTP request body parsing

- Add cargo-fuzz targets for signup, login, and payment-request JSON parsing
- Store fuzz targets in fuzz/ directory as requested
- Include README with usage instructions and examples
- Tests JSON deserialization robustness for all three endpoints
- Includes .gitignore for corpus and artifacts

Addresses Issue kellymusk#3
@charityzarmai

Copy link
Copy Markdown
Author

close #925

@drips-wave

drips-wave Bot commented Aug 31, 2026

Copy link
Copy Markdown

@charityzarmai Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

Add fuzz testing for HTTP input parsing

1 participant