1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-10 04:18:14 +02:00
oauth2-proxy/pkg/validation
Nick Meves 65c228394f
Address gosec findings
Mostly handling unhandled errors appropriately.
If logging to STDERR fails, we panic. Added #nosec
comments to findings we are OK with.
2020-08-09 07:55:39 -07:00
..
cookie_test.go Ensure that cookie names over 256 characters are rejected by validation 2020-07-05 09:18:48 +01:00
cookie.go Ensure that cookie names over 256 characters are rejected by validation 2020-07-05 09:18:48 +01:00
logging.go Address gosec findings 2020-08-09 07:55:39 -07:00
options_test.go Add LegacyOptions and conversion to new Options 2020-07-19 08:17:53 +01:00
options.go Address gosec findings 2020-08-09 07:55:39 -07:00
sessions_test.go Add option to remove tokens from cookie sessions (#673) 2020-07-14 23:02:10 +01:00
sessions.go Add option to remove tokens from cookie sessions (#673) 2020-07-14 23:02:10 +01:00
upstreams_test.go Use bool pointers for upstream options that default to true 2020-07-19 14:01:36 +01:00
upstreams.go Use bool pointers for upstream options that default to true 2020-07-19 14:01:36 +01:00
validation_suite_test.go Add Upstreams options struct with validation 2020-07-05 10:21:05 +01:00