A
A
Alexey Poimtsev2015-10-24 22:56:35
go
Alexey Poimtsev, 2015-10-24 22:56:35

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

1 answer(s)
M
Mark Doe, 2015-10-24
@mourr

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 question

Ask a Question

731 491 924 answers to any question