DEV Community

Cover image for Awesome Python Security πŸ•ΆπŸπŸ”
Stefan Streichsbier
Stefan Streichsbier

Posted on

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 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 - A GitHub App that gives you instant security feedback in your Pull Requests.
  • Hubble - Hubble is a modular, open-source security compliance framework.
  • Salus - Multi purpose security scanning tool supporting Ruby…

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

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

Top comments (5)

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao • Edited

There's hubblestack, I heard it in through "talk python to me" podcast which is quite cool.

github.com/hubblestack

Collapse
 
streichsbaer profile image
Stefan Streichsbier

Thanks for sharing, have added in this commit:

Collapse
 
bauripalash profile image
Palash Bauri πŸ‘»

I would recommend to add this tag:

#githunt

Interesting open source repos you've discovered and want to share with the community.
Collapse
 
streichsbaer profile image
Stefan Streichsbier

Thanks for that, revised the tags!

Collapse
 
bauripalash profile image
Palash Bauri πŸ‘»

BTW, nice work... Hoping To See It Grow Fast❀