Skip to content

The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics.

License

Notifications You must be signed in to change notification settings

gl4nce/CheatSheetSeries

This branch is 3 commits ahead of, 35 commits behind OWASP/CheatSheetSeries:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d792eb9 · Dec 6, 2024
Oct 31, 2024
Jul 8, 2024
Dec 6, 2024
Oct 1, 2024
Mar 15, 2021
Feb 6, 2024
Aug 7, 2024
Jun 28, 2021
Jun 26, 2023
Aug 13, 2024
Aug 7, 2024
Dec 14, 2023
Aug 7, 2024
Aug 7, 2024
Aug 7, 2024
Feb 6, 2024
Jul 16, 2024
Feb 2, 2024
Sep 11, 2024
Feb 24, 2024
Feb 8, 2024
Feb 6, 2024
Aug 7, 2024
Dec 29, 2018
Aug 7, 2024
Feb 3, 2019
Apr 26, 2020
Apr 17, 2024
Aug 7, 2024
Oct 31, 2024

Repository files navigation

Welcome to the OWASP Cheat Sheet Series

OWASP Flagship Creative Commons License

Welcome to the official repository for the Open Web Application Security Project® (OWASP) Cheat Sheet Series project. The project focuses on providing good security practices for builders in order to secure their applications.

In order to read the cheat sheets and reference them, use the project official website. The project details can be viewed on the OWASP main website without the cheat sheets.

🚩 Markdown files are the working sources and aren't intended to be referenced in any external documentation, books or websites.

Cheat Sheet Series Team

Project Leaders

Core Team

Chat With Us

We're easy to find on Slack:

  1. Join the OWASP Group Slack with this invitation link.
  2. Join the #cheatsheets channel.

Feel free to ask questions, suggest ideas, or share your best recipes.

Contributions, Feature Requests, and Feedback

We are actively inviting new contributors! To start, please read the contribution guide.

This project is only possible thanks to the work of many dedicated volunteers. Everyone is encouraged to help in ways large and small. Here are a few ways you can help:

  • Read the current content and help us fix any spelling mistakes or grammatical errors.
  • Choose an existing issue on GitHub and submit a pull request to fix it.
  • Open a new issue to report an opportunity for improvement.

Automated Build

This link allows you to download a build (ZIP archive) of the offline website.

Local Build pyVersion3x

The OWASP Cheat Sheet Series website can be built and tested locally by issuing the following commands:

make install-python-requirements
make generate-site
make serve  # Binds port 8000

Container Build

The OWASP Cheat Sheet Series website can be built and tested locally inside a container by issuing the following commands:

Docker

docker build -t cheatsheetseries .
docker run --name cheatsheetseries -p 8000:8000 cheatsheetseries

Podman

podman build -t cheatsheetseries .
podman run --name cheatsheetseries -p 8000:8000 localhost/cheatsheetseries

Contributors

  • From 2014 to 2018: V1 - Initial version of the project hosted on the OWASP WIKI.
  • From 2019: V2 - Hosted on GitHub.

Special thanks

A special thank you to the following people for their help provided during the migration:

  • Dominique Righetto: For his special leadership and guidance.
  • Elie Saad: For valuable help in updating the OWASP Wiki links for all the migrated cheat sheets and for years of leadership and other project support.
  • Jakub Maćkowski: For valuable help in updating the OWASP Wiki links for all the migrated cheat sheets.

Open Web Application Security Project and OWASP are registered trademarks of the OWASP Foundation, Inc.

About

The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 45.1%
  • Shell 30.8%
  • HTML 14.4%
  • Java 6.6%
  • Makefile 2.6%
  • Dockerfile 0.5%