OWASP Community Pages is a repository for community contributions for security-related content. The documents here create the website at https://owasp.org/www-community/.
We welcome contributions for new content and updates to current pages. This repository uses a fork and pull model. Here are the steps for becoming a contributor:
pages/
directory, make your changes or additions. For creating new content, please see below.If you are making changes that address an existing issue, please make a comment in the issue so we can assign it to you. This helps to prevent accidentally doubling up on work.
Go into the pages
folder and create a new file.
Place the following front matter and include
tag at the beginning of your file. Feel free to copy and edit this example:
---
layout: col-sidebar
title: "My Page"
author: "My Name"
contributors: ["Additional Contributor Names", "If Any"]
permalink: /MyPageTitle
tags: ["attack", "XSS"]
---
{% include writers.html %}
Write your content here!
The fields contributors
, permalink
, and tags
are optional. When in doubt, it's okay to leave them blank.
In July of 2020, the repository's git history was rewritten to reduce its size (over 5GB!). If you forked before this date, please delete your fork and local clones, then re-fork or re-clone this repository.