-
Notifications
You must be signed in to change notification settings - Fork 10
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
Propose recommendation around fuzzing #55
Comments
This is what we discussed during the SIG meeting:
|
mx-psi
pushed a commit
to open-telemetry/opentelemetry-collector
that referenced
this issue
Jul 26, 2024
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Adds fuzz tests for various unmarshaling routines. This can be tested with `go test -fuzz=` This is ongoing work for open-telemetry/sig-security#55 <!-- Issue number if applicable --> #### Link to tracking issue Fixes # <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Please delete paragraphs that you did not use before submitting.--> Signed-off-by: Adam Korczynski <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The CNCF has asked for a fuzzing audit of OpenTelemetry possibly using https://github.com/google/oss-fuzz. This issue is to capture the recommendation around fuzzing for the various SIGs in OTel
The text was updated successfully, but these errors were encountered: