gojay icon indicating copy to clipboard operation
gojay copied to clipboard

Continuous fuzzing

Open bookmoons opened this issue 5 years ago • 1 comments

Hi guys. What would you think about integrating continuous fuzzing? Fuzzit gives free service for open source projects.

This patch fuzzes unmarshaling, decoding, and stream decoding.

Setup is like this:

  • In Fuzzit create targets gojay-unmarshal gojay-decode gojay-stream.
  • In Fuzzit settings grab an API key. On the repo settings in Travis paste it to the envvar FUZZIT_API_KEY.

The build will fail due to the missing API key. I've run successful tests locally. If you decide to go for it getting the API key in should fix that. So far it's found no crashes. It seems to be in good shape.

Thank you for considering.

bookmoons avatar Aug 22 '19 05:08 bookmoons

Codecov Report

Merging #125 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #125   +/-   ##
=======================================
  Coverage   99.96%   99.96%           
=======================================
  Files          38       38           
  Lines        5323     5323           
=======================================
  Hits         5321     5321           
  Misses          1        1           
  Partials        1        1

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1398296...2848dc5. Read the comment docs.

codecov-io avatar Aug 22 '19 23:08 codecov-io