You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
In this repository, we've got a bunch of parsers and converters between various formats. The parsing problems and crashes have been reported by users or by us during integration testing. However, evidently we are human and can't exhaust combinations or inputs that can be sent by malicious actors. In order for us to deploy this software to production, it would be great for us to pass in automated inputs and fuzz the living heavens out of the service and fix issues as we encounter them.
In this repository, we've got a bunch of parsers and converters between various formats. The parsing problems and crashes have been reported by users or by us during integration testing. However, evidently we are human and can't exhaust combinations or inputs that can be sent by malicious actors. In order for us to deploy this software to production, it would be great for us to pass in automated inputs and fuzz the living heavens out of the service and fix issues as we encounter them.
There is https://github.com/dvyukov/go-fuzz that we can use, as well as others.
Perhaps let's keep this issue open for cycles of testing and fixing.
The text was updated successfully, but these errors were encountered: