Skip to content

msymons/www-community

 
 

Repository files navigation

2020-July-02: Please Re-fork and Re-clone

In order to greatly reduce the repository's size (from >5GB to ~211MB) we have had to re-write the repo's history. Please delete your fork and local clones. Re-fork and re-clone.

This was done to make the repository more manageable for those not on high speed connections:

Before: Receiving objects: 100% (8604/8604), 5.27 GiB | 16.23 MiB/s, done.

After: Receiving objects: 100% (4672/4672), 211.77 MiB | 17.10 MiB/s, done.

General

OWASP Community Pages are a place where OWASP can accept community contributions for security-related content. To contribute, go to the repository for this site. Go into the pages folder and create a new file. Save and commit the file.

Include the following front matter and include in your file (for example, see: pages/password-special-characters.md in this repository):

---

layout: col-sidebar
title: [title of page]
author: [author name]
contributors: [contributors]
permalink: [direct link to page, removes /pages] (this is optional and requires some care)
tags: [attack, XSS, etc]

---

 {% include writers.html %}

Please ensure your content contribution is based on original work/thought and not plagiarised. Also, please ensure that contributions are vendor/product neutral.

About

OWASP Community Pages are a place where OWASP can accept community contributions for security-related content.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 95.5%
  • Ruby 4.5%