https://github.com/automatik-engineering/animated-spork

cyber

https://github.com/automatik-engineering/animated-spork

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

cyber

Basic Info
  • Host: GitHub
  • Owner: automatik-engineering
  • License: cc-by-sa-4.0
  • Language: Python
  • Default Branch: master
  • Size: 12.7 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Contributing License Code of conduct Codeowners Security

README.md

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.

:triangularflagon_post: 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:

sh 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

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

Podman

sh 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.

Owner

  • Name: automatik-engineering
  • Login: automatik-engineering
  • Kind: organization

GitHub Events

Total
Last Year

Dependencies

.github/workflows/build-and-deploy-website.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v1 composite
  • actions/setup-node v2.1.5 composite
  • actions/setup-python v2.2.1 composite
  • actions/upload-artifact v4 composite
  • ad-m/github-push-action master composite
  • innocarpe/actions-slack v1 composite
.github/workflows/identify-old-issues-and-pr.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
  • actions/setup-python v4 composite
.github/workflows/md-link-check.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
  • thollander/actions-comment-pull-request main composite
.github/workflows/md_lint_check.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
.github/workflows/publishing-check.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
.github/workflows/pylint.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v3 composite
Dockerfile docker
  • python latest build
package.json npm
  • markdownlint-cli ^0.26.0 development
  • textlint ^11.6.3 development
  • textlint-filter-rule-comments ^1.2.2 development
  • textlint-filter-rule-whitelist ^2.0.0 development
  • textlint-rule-terminology ^2.1.4 development
requirements.txt pypi
  • Babel ==2.12.1
  • Jinja2 ==3.1.4
  • Markdown ==3.4.4
  • MarkupSafe ==2.1.3
  • PyYAML ==6.0.1
  • Pygments ==2.16.1
  • certifi ==2023.7.22
  • charset-normalizer ==3.2.0
  • click ==8.1.7
  • colorama ==0.4.6
  • feedgen ==0.9.0
  • ghp-import ==2.1.0
  • idna ==3.7
  • lxml ==4.9.3
  • mergedeep ==1.3.4
  • mkdocs ==1.5.3
  • mkdocs-material ==9.3.2
  • mkdocs-material-extensions ==1.2
  • packaging ==23.1
  • paginate ==0.5.6
  • pathspec ==0.11.2
  • platformdirs ==3.10.0
  • pymdown-extensions ==10.3
  • python-dateutil ==2.8.2
  • pyyaml_env_tag ==0.1
  • regex ==2022.10.31
  • requests ==2.32.2
  • six ==1.16.0
  • urllib3 ==2.2.2
  • watchdog ==3.0.0