falcosecurity / falco

Cloud Native Runtime Security
https://falco.org
Apache License 2.0
7.24k stars 893 forks source link

Add fuzz-testing #3304

Open harshitasao opened 2 weeks ago

harshitasao commented 2 weeks ago

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.

LucaGuerra commented 2 weeks ago

Thank you for opening this. I would like to add some additional information:

Also apologies but these days I might be a bit slow to respond.

/assign