go-safeweb
go-safeweb copied to clipboard
Secure-by-default HTTP servers in Go.
Working with the CORS plugin has proven quite hard in my testing experience. Installing it immediately makes all requests fail, including just simple GET requests that don't have an "Origin"...
We should make sure installing all plugins works and yields the expected results.
There should be a way for bancheck to ban package imports selectively whether the importing package is in a test file or not.