From e386fbb0e6d7959cdec9943a829bbceb4e6591c0 Mon Sep 17 00:00:00 2001 From: cak Date: Fri, 24 Apr 2026 08:58:59 -0400 Subject: [PATCH] add Web Security section and secure --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2c6956f82..79ea5053e 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ An opinionated list of Python frameworks, libraries, tools, and resources. - [Cryptography](#cryptography) - [Penetration Testing](#penetration-testing) +- [Web Security](#web-security) **Miscellaneous** @@ -1080,6 +1081,12 @@ _Frameworks and tools for penetration testing._ - [sherlock](https://github.com/sherlock-project/sherlock) - Hunt down social media accounts by username across social networks. - [sqlmap](https://github.com/sqlmapproject/sqlmap) - Automatic SQL injection and database takeover tool. +## Web Security + +_Libraries for application-layer web security._ + +- [secure](https://github.com/TypeError/secure) - HTTP security headers for Python web applications with ASGI and WSGI middleware. + **Miscellaneous** ## Hardware