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:
guardrailsio / awesome-python-security
Awesome Python Security resources πΆππ
A curated list of awesome Python security related resources.
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.
Top comments (5)
There's hubblestack, I heard it in through "talk python to me" podcast which is quite cool.
github.com/hubblestack
Thanks for sharing, have added in this commit:
I would recommend to add this tag:
#githunt
Thanks for that, revised the tags!
BTW, nice work... Hoping To See It Grow Fastβ€