Skip to content
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

Corrections on fuzzing-handbook.md and security whitepaper README.md #1434

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions community/resources/security-fuzzing-handbook/fuzzing-handbook.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
---
title: "CNCF Fuzzing handbook"
author: [David Korczynski, Adam Korczynski]
date: "2023-10-18"
subject: "Markdown"
keywords: [Markdown, Example]
subtitle: "A handbook for fuzzing open source software"
lang: "en"
book: false
titlepage: true
colorlinks: true
titlepage-color: "8545AF"
titlepage-text-color: "FFFFFF"
titlepage-rule-color: "FFFFFF"
titlepage-rule-height: 2
toc: true
toc-own-page: true
footer-left: "\\thetitle"
footer-center: "![fuzzing overview](imgs/cncf-logo-footer.png)"
titlepage-logo: "imgs/cncf-stacked-color.png"
...

# Introduction

This paper introduces fuzzing to provide developers and security researchers a technical reference on navigating the open source fuzzing ecosystem. The paper introduces how to get started with fuzzing, how fuzzing is used by CNCF projects and how to establish a continuous, long-term fuzzing effort using open source frameworks. The goal is to provide a paper outlining the connection between several open source projects that together can be used in a modern software development cycle to provide continuous software security assurance.
Expand Down
2 changes: 1 addition & 1 deletion community/resources/security-whitepaper/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cloud Native Security Whitepaper

> :sunflower: **Click
> **Click
> _[here](v2/CNCF_cloud-native-security-whitepaper-May2022-v2.pdf)_ for
> _version 2_ (refreshed) whitepaper**

Expand Down
Loading