✨ Support OneFuzz in fuzzing checks#2141
Merged
naveensrinivasan merged 4 commits intoossf:mainfrom Aug 12, 2022
Merged
Conversation
:sparkles: Support OneFuzz in fuzzing checks
:sparkles: Support OneFuzz in fuzzing checks:sparkles:) Support OneFuzz in fuzzing checks
:sparkles:) Support OneFuzz in fuzzing checks|
Integration tests success for |
Codecov Report
@@ Coverage Diff @@
## main #2141 +/- ##
==========================================
+ Coverage 42.63% 45.07% +2.44%
==========================================
Files 94 94
Lines 7777 7804 +27
==========================================
+ Hits 3316 3518 +202
+ Misses 4203 4021 -182
- Partials 258 265 +7 |
azeemshaikh38
approved these changes
Aug 12, 2022
Contributor
azeemshaikh38
left a comment
There was a problem hiding this comment.
Thanks! LGTM. @laurentsimon for a second look.
|
Integration tests success for |
Contributor
|
Thank you @balteravishay ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce?
Add support for detecting OneFuzz in fuzzing checks.
What is the current behavior?
The fuzzing check of scorecard checks for OSS-Fuzz, ClusterFuzzLite and in a repo user-defined golang fuzz functions in the repo.
What is the new behavior (if this is a feature change)?**
Check for the existence of a OneFuzz detection file in the repo and give the check a full score (10/10) if such file is found.
Which issue(s) this PR fixes
Special notes for your reviewer
Does this PR introduce a user-facing change?
Yes
For user-facing changes, please add a concise, human-readable release note to
the
release-note(In particular, describe what changes users might need to make in their
application as a result of this pull request.)