Awesome Python Security πŸ•ΆπŸπŸ”

streichsbaer

Stefan Streichsbier

Posted on January 10, 2019

Awesome Python Security πŸ•ΆπŸπŸ”

After the success of the Awesome PHP and Golang lists, it was time to put the spotlight on Python, which is the 3rd most widely used programming language according to GitHub. See https://octoverse.github.com/projects#languages.

Check out the curated list of awesome-python-security resources here:

GitHub logo guardrailsio / awesome-python-security

Awesome Python Security resources πŸ•ΆπŸπŸ”


A curated list of awesome Python security related resources.

Awesome

List inspired by the awesome list thing.

Supported by: GuardRails.io


Contents

Tools

Web Framework Hardening

  • Secure.py - secure.py πŸ”’ is a lightweight package that adds optional security headers and cookie attributes for Python web frameworks.
  • Flask-HTTPAuth - Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes.
  • Flask Talisman - Talisman is a small Flask extension that handles setting HTTP headers that can help protect against a few common web application security issues.
  • Django deployment checklist - Web framework Django has built-in feature to check for security configurations: run this command manage.py check --deploy. It's really helpful as it already included in the framework.
  • Django Session CSRF - CSRF protection for Django without cookies.

Multi tools

  • hawkeye - Multi purpose security/vulnerability/risk scanning tool supporting Ruby, Node.js, Python, PHP and Java.
  • GuardRails -…

Did I miss anything? Let me know in the comments.

And, please leave a like (or ⭐ the repo) if you find it useful.

πŸ’– πŸ’ͺ πŸ™… 🚩
streichsbaer
Stefan Streichsbier

Posted on January 10, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related