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
Google offers a free continuous fuzzing service called OSS-fuzz. If sha256-simd is integrated into oss-fuzz, the fuzz tests under sha256-simd will be built and then run once a day, to search for bugs and vulnerabilities in sha256-simd. This service can be integrated with the CI for sha256-simd, so that the fuzz tests are run for 10min or so for every pull request, preventing buggy code from being merged.
I've opened up a pull request to add a basic fuzz-testing harness here #69. If you are keen on adding sha256-simd to oss-fuzz I'd be happy to champion the integration :)
The text was updated successfully, but these errors were encountered:
Hey I'd like to suggest adding sha256-simd to google/oss-fuzz. If you aren't familiar with fuzz testing, here is a bit of a run down (from Wikipedia);
Google offers a free continuous fuzzing service called OSS-fuzz. If sha256-simd is integrated into oss-fuzz, the fuzz tests under sha256-simd will be built and then run once a day, to search for bugs and vulnerabilities in sha256-simd. This service can be integrated with the CI for sha256-simd, so that the fuzz tests are run for 10min or so for every pull request, preventing buggy code from being merged.
I've opened up a pull request to add a basic fuzz-testing harness here #69. If you are keen on adding sha256-simd to oss-fuzz I'd be happy to champion the integration :)
The text was updated successfully, but these errors were encountered: