-
Notifications
You must be signed in to change notification settings - Fork 157
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
Enhance Security and provide Alerts with OSS-Fuzz for Continuous Fuzz Testing #1267
Comments
To have OSS-Fuzz for GRASS GIS (addons) might be a relevant addition. GDAL already uses it for a while, see blog article and stats at introspector. I would suggest implementing a fuzz test for a single addon, as a proof of concept. |
I imagine fuzzing would ultimately be more useful for C library code that parses user input for example. Addons that only process by calling other functions might be harder to evaluate. |
Hii Thanks |
Hii Team I will be starting initial integration at oss fuzz but to ensure the development of effective fuzz targets, I seek your guidance on the following:
|
Hii Team
I’d like to propose integrating grass-addons with OSS-Fuzz continuous fuzz testing platform designed to improve the stability and security of open-source projects.
Why Integrate grass-addons with OSS-Fuzz?
Improved Stability: OSS-Fuzz can automatically detect edge-case bugs, crashes, and security vulnerabilities in grass-addons codebase.
Enhanced Reliability: Continuous fuzzing ensures that untrusted inputs, such as data from sensors, communication protocols, or user-defined configurations, are handled robustly.
Proactive Bug Fixes: By identifying potential issues early, OSS-Fuzz helps maintain a stable and secure codebase.
Can Team give Approval so I will create PR?
The text was updated successfully, but these errors were encountered: