WebShield v0.1.0 – Secure Go HTTP Middleware (OWASP Top 10 Protection)
Pre-release
Pre-release
WebShield v0.1.0 – Secure Go HTTP Middleware
A lightweight, pluggable security middleware for Go web APIs
Protects against OWASP Top 10 with zero external dependencies.
Features
| Feature | OWASP Protection |
|---|---|
| JWT Authentication | A02:2021 |
| Rate Limiting | A06:2021 |
| Input Sanitization | A03:2021 |
| Secure Headers | A05:2021 |
| JSON Audit Logging | A09:2021 |
Install
go get github.com/yourusername/webshield@v0.1.0Documentation
- pkg.go.dev/github.com/Aruna456/Webshield-API_Security_Middleware/
- README.md
License
MIT License