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 fuzz-testing #3699

Open
harshitasao opened this issue Aug 29, 2024 · 1 comment
Open

Add fuzz-testing #3699

harshitasao opened this issue Aug 29, 2024 · 1 comment

Comments

@harshitasao
Copy link
Contributor

What would you like to be added:
Fuzz testing or Fuzzing is a Black Box software testing technique, which basically consists in finding implementation bugs using malformed/semi-malformed data injection in an automated fashion.

Integrate the project with OSS-Fuzz by following the instructions here.

Why is this needed:
To increase the security posture of the project.

Part of #3688

Maintainers help is highly appreciated. For example, helping in identifying the components where fuzz testing will be added.

@Monokaix
Copy link
Member

Monokaix commented Sep 2, 2024

Thanks, we will work on that and do some identifying later: )

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

No branches or pull requests

2 participants