-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from trailofbits/mschwager-python-ruby-fuzzing
Add scaffolding for Python and Ruby fuzzing
- Loading branch information
Showing
5 changed files
with
40 additions
and
4 deletions.
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: "OSS-Fuzz" | ||
slug: oss-fuzz | ||
weight: 4 | ||
weight: 6 | ||
--- | ||
|
||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: "Python" | ||
slug: python | ||
weight: 3 | ||
--- | ||
|
||
|
||
# Python | ||
|
||
Coming soon... | ||
|
||
Until then, we recommend using [Atheris](https://github.com/google/atheris) to fuzz Python code. | ||
|
||
Check out the following resources to learn more about fuzzing Python code with Atheris: | ||
|
||
- [Continuously fuzzing Python C extensions](https://blog.trailofbits.com/2024/02/23/continuously-fuzzing-python-c-extensions/) | ||
- [Fuzzing pure Python code](https://github.com/google/atheris#using-atheris) | ||
- [Fuzzing Python C extensions](https://github.com/google/atheris/blob/master/native_extension_fuzzing.md) |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: "Ruby" | ||
slug: ruby | ||
weight: 4 | ||
--- | ||
|
||
|
||
# Ruby | ||
|
||
Coming soon... | ||
|
||
Until then, we recommend using [Ruzzy](https://github.com/trailofbits/ruzzy) to fuzz Ruby code. | ||
|
||
Check out the following resources to learn more about fuzzing Ruby code with Ruzzy: | ||
|
||
- [Introducing Ruzzy, a coverage-guided Ruby fuzzer](https://blog.trailofbits.com/2024/03/29/introducing-ruzzy-a-coverage-guided-ruby-fuzzer/) | ||
- [Fuzzing pure Ruby code](https://github.com/trailofbits/ruzzy#fuzzing-pure-ruby-code) | ||
- [Fuzzing Ruby C extensions](https://github.com/trailofbits/ruzzy#fuzzing-ruby-c-extensions) |
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