Answer the question
In order to leave comments, you need to log in
What libraries and tools are available to secure golang web applications?
Hello.
Please tell me - what tools are currently available to protect web applications written in golang from the most common attacks - sql injection, CSRF, bruteforce, and so on? Perhaps - some kind of sanitizers, middleware-modules for blocking password-trying bots (if anything - I know about fail2ban :) )?
Answer the question
In order to leave comments, you need to log in
Protection against CSRF - nosurf
Automatic inclusion of CSP and other usefulness - secure
Protection against replaying, brute force (a la failtoban) - throttled-webrate
Secure (wh encrypted) cookies - securecookie
Sanitizer - an explorer to counter XSS, etc. - sanitize
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question