-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[MISC] initial Genesis Fuzz Support fuzz_target.py #202
base: main
Are you sure you want to change the base?
Conversation
Hii @YilingQiao Could Team Review This PR as well as can I get maintainer list so I can Add them who get notified above Alerts Thanks |
Hi Shivam, Thank you for your PR. I’m not sure if we need this workflow at the moment. Are there other similar repositories using it? Our current priority is to address some urgent bugs. Let me discuss this with others and get back to you. Thank you so much for your time! |
Hii @YilingQiao |
Hii @YilingQiao @zhouxian Can I Proceed with this? If yes Could Team please Merge This PR to this Repo |
Reminder |
Hi, @Shivam7-1 , can you elaborate further on why this is needed and why it is not yet a common practice for similar repositories (such as MuJoCo and Bullet3)? We are not entirely sure about the pros and cons of this additional workflow. |
Hii @YilingQiao
For similiar Repo I am unaware about this but I think this would be better here to use or any project |
Introducing foundational fuzzing support for Genesis to help identify and resolve potential issues.
Once merged, I will submit a pull request to the OSS-Fuzz repo to enable fuzzing for this library on Google infrastructure. Any identified bugs will be reported to the Genesis maintainers.
Kindly review the OSS-Fuzz documentation and Bug Disclosure Guidelines before proceeding with the merge.
Thanks