Skip to content

Conversation

AdamKorcz
Copy link
Contributor

Summary

The OSS-Fuzz build treats all files in the fuzzing directory that begin with fuzz_ as fuzzers. One of the files, fuzz_utils.py, is not a fuzzer and breaks the build as a result.

This PR renames fuzz_utils.py to utils.py to fix the broken build.

Checklist
  • All commits are signed-off, using DCO
  • All new code has docstrings and type annotations
  • All new code is covered by tests. Aim for at least 90% coverage. CI is configured to highlight lines not covered by tests.
  • Public facing changes are paired with documentation changes
  • Release note has been added to CHANGELOG.md if needed

Signed-off-by: Adam Korczynski <[email protected]>
@AdamKorcz AdamKorcz requested review from a team as code owners September 16, 2025 12:49
@mihaimaruseac mihaimaruseac merged commit 542d0db into sigstore:main Sep 16, 2025
51 checks passed
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.

3 participants