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 #4614

Open
harshitasao opened this issue Aug 25, 2024 · 3 comments
Open

Add Fuzz-testing #4614

harshitasao opened this issue Aug 25, 2024 · 3 comments

Comments

@harshitasao
Copy link
Contributor

harshitasao commented Aug 25, 2024

Is your feature request related to a problem? Please describe.

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.

Describe the solution you'd like

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

From fluentd maintainer:

Some input plugins receive data online, so it may be a good idea to add a fuzz test for them first.

Describe alternatives you've considered

N/A

Additional context

Part of #4601

@harshitasao
Copy link
Contributor Author

/assign

@kenhys
Copy link
Contributor

kenhys commented Aug 26, 2024

There are some input plugins, but it is good starting point try to tackle from above plugins.
https://docs.fluentd.org/input

@kenhys
Copy link
Contributor

kenhys commented Aug 26, 2024

There are some concerns integrates with OSS-Fuzz:

If I am missing the point, correc me.

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

2 participants