-
-
Notifications
You must be signed in to change notification settings - Fork 102
Implement fuzz testing #1075
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
Comments
@arkid15r Can I work on this? |
Can I work on this? |
can i work on this ?,i have nothing assigned for now @arkid15r , |
@ahmedxgouda let's discuss this before start working on the implementation |
Should we use different tools to serve all 3 purpose? |
@arkid15r sure. I will do some research and reach for you ASAP. |
To improve the security and robustness of the OWASP Nest we should implement fuzz testing for critical parts of our backend API. Fuzz testing will help uncover unexpected edge cases, unhandled errors, and potential security vulnerabilities by automatically generating random and malformed inputs.
The primary focus should be on:
Tasks
Acceptance Criteria
Are you going to work on implementing this?
The text was updated successfully, but these errors were encountered: