Skip to content

Refactor OSS-Fuzz integration#23

Merged
StanFromIreland merged 2 commits intopython:mainfrom
StanFromIreland:refactor-oss-fuzz-integration
Apr 9, 2026
Merged

Refactor OSS-Fuzz integration#23
StanFromIreland merged 2 commits intopython:mainfrom
StanFromIreland:refactor-oss-fuzz-integration

Conversation

@StanFromIreland
Copy link
Copy Markdown
Member

@StanFromIreland StanFromIreland commented Apr 9, 2026

Similarly to what we have for cpython3, this will mean we won't have to update the build script in OSS-Fuzz each time we add/modify a fuzzer.

PR to update OSS Fuzz: google/oss-fuzz#15323

Copy link
Copy Markdown
Collaborator

@sethmlarson sethmlarson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is awesome, thank you Stan! Can't wait to not have to update multiple repositories every time we add a new fuzzer. Only had one comment which you are free to ignore (especially because it requires you to update two places... one last time? 🤞)

Comment thread fuzz_targets.txt
@@ -0,0 +1,18 @@
ast ast.py
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not to get bike-sheddy, but I imagined this file being named fuzz_targets.txt since it's where you put your targets?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed that would be more correct, I just copied what we have for cpython3: fuzz_tests.txt

@StanFromIreland StanFromIreland merged commit 5c414fc into python:main Apr 9, 2026
1 check passed
@StanFromIreland StanFromIreland deleted the refactor-oss-fuzz-integration branch April 9, 2026 13:46
@StanFromIreland
Copy link
Copy Markdown
Member Author

Thanks for the review!

DavidKorczynski pushed a commit to google/oss-fuzz that referenced this pull request Apr 9, 2026
Together with python/library-fuzzers#23 this
will mean we won't have to manually update the build script each time we
add a fuzzer.
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