Skip to content

Commit

Permalink
Proposal for OSS-Fuzz executable tutorial (#1577)
Browse files Browse the repository at this point in the history
Co-authored-by: Palagi, Brad <[email protected]>
  • Loading branch information
bpalagi and bpalagi authored Mar 23, 2022
1 parent d43a409 commit 8f3c410
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions contributions/executable-tutorial/palagi-civjan/README.md
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.

0 comments on commit 8f3c410

Please sign in to comment.