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
Describe the bug
The Fuzzing check intermittently fails to search the google/oss-fuzz repo. This is causing the check to fail at the CLI as well as the integration tests to fail.
Describe the bug
The Fuzzing check intermittently fails to search the
google/oss-fuzz
repo. This is causing the check to fail at the CLI as well as the integration tests to fail.Reproduction steps
Steps to reproduce the behavior:
scorecard --repo ossf/scorecard --checks Fuzzing --show-details --format json | jq
OSSFuzz
despite the project being fuzzed: linkExpected behavior
The project should detect OSSFuzz
Additional context
I think it's a problem with the code search API. The Fuzzing check makes a code search API request like the following:
Using the search box on the website shows valid results.
The text was updated successfully, but these errors were encountered: