-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Make centipede a default fuzzer #9300
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
2286386
Make centipede a default fuzzer
jonathanmetzman 2aa85ce
fast test
jonathanmetzman 5f7a91f
fix
jonathanmetzman 4ae740a
Fix
jonathanmetzman a422abf
disable centipede for ffmpeg
jonathanmetzman 455fa2b
Fix skia build
jonathanmetzman 847e536
Fix tests
jonathanmetzman 2c0ac0b
disable wget
jonathanmetzman cde040d
Disable broken
jonathanmetzman 8879475
disable
jonathanmetzman 379457a
Disable
jonathanmetzman 27b6bbe
Fix sed cases
jonathanmetzman 2d322e2
fix project.yaml
jonathanmetzman 088ec02
Don't turn on centipede yet
jonathanmetzman f50e8d1
undo
jonathanmetzman 07f248d
fix
jonathanmetzman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,10 @@ language: c++ | |
primary_contact: "[email protected]" | ||
auto_ccs: | ||
- "[email protected]" | ||
fuzzing_engines: | ||
- afl | ||
- honggfuzz | ||
- libfuzzer | ||
sanitizers: | ||
- address | ||
- undefined | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,10 @@ main_repo: "https://github.com/python/cpython" | |
auto_ccs: | ||
- "[email protected]" | ||
- "[email protected]" | ||
fuzzing_engines: | ||
- afl | ||
- honggfuzz | ||
- libfuzzer | ||
sanitizers: | ||
- address | ||
- memory | ||
|
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ language: c | |
auto_ccs: | ||
- "[email protected]" | ||
primary_contact: "[email protected]" | ||
fuzzing_engines: | ||
- afl | ||
- honggfuzz | ||
- libfuzzer | ||
sanitizers: | ||
- address | ||
- undefined | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
homepage: "https://github.com/catenacyber/elliptic-curve-differential-fuzzer" | ||
language: c++ | ||
primary_contact: "[email protected]" | ||
|
||
fuzzing_engines: | ||
- afl | ||
- honggfuzz | ||
- libfuzzer | ||
main_repo: https://github.com/catenacyber/elliptic-curve-differential-fuzzer | ||
architectures: | ||
- x86_64 | ||
- i386 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,5 +12,9 @@ auto_ccs: | |
- "[email protected]" | ||
- "[email protected]" | ||
- "[email protected]" | ||
fuzzing_engines: | ||
- afl | ||
- honggfuzz | ||
- libfuzzer | ||
selective_unpack: true | ||
main_repo: 'https://git.ffmpeg.org/ffmpeg.git' |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,7 @@ auto_ccs: | |
- "[email protected]" | ||
- "[email protected]" | ||
main_repo: 'https://github.com/fluent/fluent-bit/' | ||
fuzzing_engines: | ||
- afl | ||
- honggfuzz | ||
- libfuzzer |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,7 @@ sanitizers: | |
main_repo: 'https://invent.kde.org/frameworks/kimageformats.git' | ||
auto_ccs: | ||
- [email protected] | ||
fuzzing_engines: | ||
- afl | ||
- honggfuzz | ||
- libfuzzer |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,7 @@ primary_contact: "[email protected]" | |
auto_ccs: | ||
- "[email protected]" | ||
main_repo: 'https://github.com/rockdaboot/libpsl.git' | ||
fuzzing_engines: | ||
- afl | ||
- honggfuzz | ||
- libfuzzer |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,7 @@ auto_ccs: | |
- "[email protected]" | ||
- "[email protected]" | ||
main_repo: 'https://github.com/arvidn/libtorrent.git' | ||
fuzzing_engines: | ||
- afl | ||
- honggfuzz | ||
- libfuzzer |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,7 @@ auto_ccs: | |
- "[email protected]" | ||
- "[email protected]" | ||
main_repo: 'https://github.com/LibVNC/libvncserver.git' | ||
fuzzing_engines: | ||
- afl | ||
- honggfuzz | ||
- libfuzzer |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,7 @@ auto_ccs: | |
- "[email protected]" | ||
- "[email protected]" | ||
main_repo: 'https://github.com/lua/lua' | ||
fuzzing_engines: | ||
- afl | ||
- honggfuzz | ||
- libfuzzer |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,10 @@ auto_ccs: | |
- [email protected] | ||
- [email protected] | ||
main_repo: "https://github.com/lxc/lxc" | ||
fuzzing_engines: | ||
- afl | ||
- honggfuzz | ||
- libfuzzer | ||
# - centipede | ||
# Don't use centipede because it can't handle fuzz targets with "config" in | ||
# the name. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,7 @@ auto_ccs: | |
- "[email protected]" | ||
- "[email protected]" | ||
main_repo: 'git://git.code.sf.net/p/net-snmp/code' | ||
fuzzing_engines: | ||
- afl | ||
- honggfuzz | ||
- libfuzzer |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,7 @@ auto_ccs: | |
- "[email protected]" | ||
- "[email protected]" | ||
main_repo: 'https://github.com/OpenSC/OpenSC' | ||
fuzzing_engines: | ||
- afl | ||
- honggfuzz | ||
- libfuzzer |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,7 @@ auto_ccs: | |
- "[email protected]" | ||
- "[email protected]" | ||
- "[email protected]" | ||
fuzzing_engines: | ||
- afl | ||
- honggfuzz | ||
- libfuzzer |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,10 @@ auto_ccs: | |
- "[email protected]" | ||
- "[email protected]" | ||
- "[email protected]" | ||
fuzzing_engines: | ||
- "afl" | ||
- "honggfuzz" | ||
- "libfuzzer" | ||
sanitizers: | ||
- address | ||
- undefined | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,10 @@ sanitizers: | |
- address | ||
- memory | ||
- undefined | ||
fuzzing_engines: | ||
- afl | ||
- honggfuzz | ||
- libfuzzer | ||
auto_ccs: | ||
- [email protected] | ||
- [email protected] | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,7 @@ auto_ccs: | |
sanitizers: | ||
- address | ||
- undefined | ||
fuzzing_engines: | ||
- "afl" | ||
- "honggfuzz" | ||
- "libfuzzer" |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,8 @@ auto_ccs: | |
- "[email protected]" | ||
- "[email protected]" | ||
- "[email protected]" | ||
fuzzing_engines: | ||
- afl | ||
- honggfuzz | ||
- libfuzzer | ||
main_repo: "https://github.com/thesofproject/sof" |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,7 @@ sanitizers: | |
- address | ||
- undefined | ||
- memory | ||
fuzzing_engines: | ||
- afl | ||
- honggfuzz | ||
- libfuzzer |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,13 @@ primary_contact: "[email protected]" | |
auto_ccs: | ||
- "[email protected]" | ||
- "[email protected]" | ||
fuzzing_engines: | ||
- "afl" | ||
- "honggfuzz" | ||
- "libfuzzer" | ||
sanitizers: | ||
- address | ||
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294 | ||
# - memory | ||
- undefined | ||
main_repo: 'https://github.com/tstruk/tpm2-tss.git' | ||
main_repo: 'https://github.com/tstruk/tpm2-tss.git' |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,7 @@ auto_ccs: | |
- "[email protected]" | ||
- "[email protected]" | ||
main_repo: 'https://github.com/varnishcache/varnish-cache' | ||
fuzzing_engines: | ||
- "afl" | ||
- "honggfuzz" | ||
- "libfuzzer" |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,8 @@ auto_ccs: | |
- "[email protected]" | ||
- "[email protected]" | ||
- "[email protected]" | ||
fuzzing_engines: | ||
- "afl" | ||
- "honggfuzz" | ||
- "libfuzzer" | ||
main_repo: 'https://git.savannah.gnu.org/git/wget.git' |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it OK to skip these?
I thought we will need to support Centipede eventually...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another question:
I noticed that you disabled some projects, even though they build successfully in my PR (I highlighted them in the sheet,
537db38f
is my build ID and9b99ff13
is yours.)I also tested
curl
on your branch locally, and found it can build and pass thebad_build_test
.Would you mind reminding me why they are disabled? Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need it now and we don't want build breakages now.
Because they don't work without -lc++. I think we should consider adding that change at a later time.
There's about 10 projects that don't work without this, they are not doing what oss-fuzz asks and I'm not sure it's worth making a hack to support them. It might be better to force them to meet "our API" which requires using CXX to link.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's probably going to be a long time before projects won't be able to use oss-fuzz unless they support centipede.