Skip to content
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

Continuous fuzzing #125

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Continuous fuzzing #125

wants to merge 3 commits into from

Conversation

bookmoons
Copy link

@bookmoons bookmoons commented Aug 22, 2019

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.

@codecov-io
Copy link

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.

@francoispqt francoispqt self-assigned this Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants