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

[Enhancement]: Add fuzz-testing #10498

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

[Enhancement]: Add fuzz-testing #10498

harshitasao opened this issue Aug 26, 2024 · 1 comment
Assignees

Comments

@harshitasao
Copy link
Contributor

Related problem

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.

It will improve the project's security posture.

Part of #10457

Suggested solution

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

Alternatives

No response

Additional context

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

@scholzj
Copy link
Member

scholzj commented Sep 5, 2024

Discussed on the community call on 5.9.2024: This seems like something what could be useful. We would need more investigation on how exactly it would work etc. @im-konge will have a look at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants
@scholzj @im-konge @harshitasao and others