issues
search
google
/
go-safeweb
Secure-by-default HTTP servers in Go.
Apache License 2.0
1.43k
stars
81
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
State on the README that this project is substantially unmaintained
#364
empijei
opened
1 week ago
0
golic - A declarative tool injecting licenses into source code
#363
kuritka
closed
1 week ago
3
fix: renames onshudown to onShutdown
#362
Jkarage
closed
4 months ago
2
Bump golang.org/x/net from 0.17.0 to 0.23.0
#361
dependabot[bot]
closed
7 months ago
0
collector plugin should pass request context
#360
ribrdb
opened
11 months ago
0
Bump golang.org/x/crypto from 0.14.0 to 0.17.0
#359
dependabot[bot]
closed
11 months ago
0
Bump golang.org/x/net from 0.7.0 to 0.17.0
#358
dependabot[bot]
closed
1 year ago
0
chore: use bytes.Equal
#357
testwill
closed
1 year ago
0
Make "copyright" CI action pass
#356
bsiegert
closed
1 year ago
1
Attempt to repair Continuous Integration
#355
bsiegert
closed
1 year ago
1
Repair CI
#354
bsiegert
closed
1 year ago
1
Bump golang.org/x/crypto from 0.0.0-20210322153248-0c34fe9e7dc2 to 0.1.0
#353
dependabot[bot]
closed
1 year ago
1
Bump golang.org/x/sys from 0.0.0-20210514084401-e8d321eab015 to 0.1.0
#352
dependabot[bot]
closed
1 year ago
3
Bump golang.org/x/net from 0.0.0-20210510120150-4163338589ed to 0.7.0
#351
dependabot[bot]
closed
1 year ago
0
Test failure with upcoming Go 1.20 release
#350
ianlancetaylor
closed
2 years ago
3
Examples fix and tests introduction
#349
AzraelSec
closed
2 years ago
0
Run gofmt from Go 1.19 over all files
#348
bsiegert
closed
2 years ago
3
Create adoption, migration and code structure documentation
#347
empijei
opened
2 years ago
0
feat: added xsrfblockall plugin
#346
Al-Pragliola
closed
2 years ago
1
Design and create a way to have a "safe buffer" that allows to cache responses in a safe way.
#345
empijei
opened
2 years ago
0
Bump language version to 1.18
#344
empijei
opened
2 years ago
0
Add report-to and general reporting group support to the CSP plugin
#343
empijei
opened
2 years ago
0
Create a keyless XSRF protection that allows for state-changing requests.
#342
empijei
closed
2 years ago
1
Update plugins to reflect internal state.
#341
empijei
closed
2 years ago
4
Create a template package with all boilerplate and all instructions needed to use the framework
#340
empijei
opened
2 years ago
0
Reassess the cors plugin
#339
empijei
opened
2 years ago
1
Create an integration test for the safehttp/defaults builder
#338
empijei
opened
2 years ago
0
Create a XSRF plugin that blocks all state-changing requests
#337
empijei
closed
2 years ago
0
Uniform builtin plugins exemption structures to allow for allowlisting of packages.
#336
empijei
opened
2 years ago
0
Make Bancheck support "TestOnly" or similar mechanisms.
#335
empijei
opened
2 years ago
0
all: update build tags
#334
bsiegert
closed
2 years ago
1
I think we're getting somewhere with generics.
#333
kele
opened
2 years ago
0
Muxes are not composable
#332
empijei
opened
3 years ago
2
(*safehttp.Config).Mux() is not safe for concurrent use
#331
empijei
closed
3 years ago
0
gofmt GitHub action seems broken
#330
kele
closed
1 year ago
2
#292 Create a contributors guide
#329
leozz37
opened
3 years ago
0
Status badges for README
#328
leozz37
opened
3 years ago
0
Update the Security Vulnerabilities and Mitigations section to link to the specific GoDoc sections that provide the features
#327
kele
opened
3 years ago
0
Add a plaintext type that is safe by default
#326
kallydev
closed
3 years ago
2
Provide a StripPrefix utility
#325
kele
closed
3 years ago
0
Remove the Map type
#324
empijei
opened
3 years ago
0
Add bancheck documentation
#323
mtrzos
closed
3 years ago
0
Removed ServeMuxConfig.Handle in favor of ServeMux.Handle to be more consistent with net/http
#322
kele
closed
3 years ago
0
Interceptors can now carry state throughout the request processing.
#321
kele
closed
3 years ago
0
Add an After stage to the interceptor flow
#320
kele
opened
3 years ago
0
Make Intercept variadic to better support orchestration.
#319
empijei
closed
3 years ago
0
Re-assess the one-config-per-interceptor hard limit
#318
empijei
closed
3 years ago
2
Provide a way to check if a ServeMuxConfig has a specific interceptor installed.
#317
empijei
closed
3 years ago
2
Provide a StripPrefix utility
#316
empijei
closed
3 years ago
0
Why is Handle signature taking (path, method, handler) instead of (method, path, handler)?
#315
empijei
closed
3 years ago
1
Next