Skip to content

Commit e386fbb

Browse files
committed
add Web Security section and secure
1 parent 756314e commit e386fbb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ An opinionated list of Python frameworks, libraries, tools, and resources.
114114

115115
- [Cryptography](#cryptography)
116116
- [Penetration Testing](#penetration-testing)
117+
- [Web Security](#web-security)
117118

118119
**Miscellaneous**
119120

@@ -1080,6 +1081,12 @@ _Frameworks and tools for penetration testing._
10801081
- [sherlock](https://github.com/sherlock-project/sherlock) - Hunt down social media accounts by username across social networks.
10811082
- [sqlmap](https://github.com/sqlmapproject/sqlmap) - Automatic SQL injection and database takeover tool.
10821083

1084+
## Web Security
1085+
1086+
_Libraries for application-layer web security._
1087+
1088+
- [secure](https://github.com/TypeError/secure) - HTTP security headers for Python web applications with ASGI and WSGI middleware.
1089+
10831090
**Miscellaneous**
10841091

10851092
## Hardware

0 commit comments

Comments
 (0)