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

[Fuzzing] remove old go-fuzz and use Native Go fuzz #508

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

0x34d
Copy link
Contributor

@0x34d 0x34d commented Jul 19, 2023

go-fuzz is deprecated in favor of https://go.dev/security/fuzz

  • using Native Go fuzz
  • Add fuzzing seed.
  • Support of oss-fuzz infrastructure.

Makefile Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jul 19, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (b20c9ba) 72.86% compared to head (3b32708) 72.86%.

❗ Current head 3b32708 differs from pull request most recent head d2077e2. Consider uploading reports for the commit d2077e2 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #508   +/-   ##
=======================================
  Coverage   72.86%   72.86%           
=======================================
  Files          91       91           
  Lines        5761     5761           
=======================================
  Hits         4198     4198           
  Misses       1391     1391           
  Partials      172      172           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

README.md Outdated Show resolved Hide resolved
@0x34d
Copy link
Contributor Author

0x34d commented Jul 20, 2023

Request: @pmazzini, may I have your email ID for OSS-Fuzz primary_contact?

@pmazzini pmazzini merged commit 5648422 into insomniacslk:master Jul 20, 2023
8 checks passed
@0x34d
Copy link
Contributor Author

0x34d commented Jul 24, 2023

Request: @pmazzini, may I have your email ID for OSS-Fuzz primary_contact?

USING : https://insomniac.slackware.it/pages/email

jonathanmetzman pushed a commit to google/oss-fuzz that referenced this pull request Jul 26, 2023
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.

2 participants