Skip to content

Commit

Permalink
Merge pull request cncf#1124 from DavidKorczynski/fuzzing-handbook-init
Browse files Browse the repository at this point in the history
Add fuzzing handbook
  • Loading branch information
anvega authored Nov 3, 2023
2 parents 85768ad + f06239d commit d9e43fd
Show file tree
Hide file tree
Showing 23 changed files with 2,079 additions and 0 deletions.
21 changes: 21 additions & 0 deletions security-fuzzing-handbook/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Fuzzing handbook

Handbook for assisting in fuzzing integrations.

## Building the handbook

The PDF of the handbook is build with each change to the handbook.

In order to build the PDF tou need to pull the pandoc/extra docker image [link](https://hub.docker.com/r/pandoc/extra)

```bash
docker pull pandoc/extra
```

Then, you can run from this folder (may need sudo):

```bash
./build.sh
```

which will update the handbook.
7 changes: 7 additions & 0 deletions security-fuzzing-handbook/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

docker run --rm \
--volume "$(pwd):/data" \
--user $(id -u):$(id -g) \
pandoc/extra fuzzing-handbook.md \
-o handbook-fuzzing.pdf \
--template eisvogel --listings
2,051 changes: 2,051 additions & 0 deletions security-fuzzing-handbook/fuzzing-handbook.md

Large diffs are not rendered by default.

Binary file added security-fuzzing-handbook/handbook-fuzzing.pdf
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d9e43fd

Please sign in to comment.