You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Alternatives
N/A
Additional context
Maintainers help is highly appreciated. For example, helping in identifying the components where fuzz testing will be added.
The text was updated successfully, but these errors were encountered:
Since then, we have made the userspace side more robust and added AddressSanitizer support throughout the codebase to both enhance our current test suite and facilitate fuzzing and security testing
I can discuss starting a project like this to bring this effort to completion with other maintainers. Are there additional resources (experts willing to help that you work with) that could help us maintainers in such a project?
Also apologies but these days I might be a bit slow to respond.
Motivation
Part of #3297
Feature
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.
Alternatives
N/A
Additional context
Maintainers help is highly appreciated. For example, helping in identifying the components where fuzz testing will be added.
The text was updated successfully, but these errors were encountered: