-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Proposal for OSS-Fuzz executable tutorial (#1577)
Co-authored-by: Palagi, Brad <[email protected]>
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Assignment Proposal | ||
|
||
## Title | ||
|
||
Integrating OSS-Fuzz into Go project to demonstrate debugging with modern fuzzing techniques | ||
|
||
## Names and KTH ID | ||
- Brad Palagi ([email protected]) | ||
- Ben Civjan ([email protected]) | ||
|
||
## Deadline | ||
|
||
Task 1 | ||
|
||
## Category | ||
|
||
Executable Tutorial | ||
|
||
## Description | ||
|
||
Fuzz testing is an essential topic for testing and security. | ||
|
||
We will create a browser based jupyter-notebook with the goal of teaching the user how to effectively use OSS-Fuzz to debug a Go project. | ||
|
||
In our tutorial we will include descriptions of what **fuzzing** is as a debugging technique as well as show how OSS-Fuzz can be used in practice to create a CI-based fuzz testing development cycle. |