1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-24 08:52:25 +02:00
oauth2-proxy/pkg/encryption
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
..
cipher_test.go Reduce SessionState size better with MessagePack + LZ4 (#632) 2020-07-13 20:56:05 +01:00
cipher.go Reduce SessionState size better with MessagePack + LZ4 (#632) 2020-07-13 20:56:05 +01:00
nonce.go Move cookie to pkg/encryption 2019-06-15 11:33:57 +02:00
utils_test.go Split non-cipher code to utils.go out of ciphers.go 2020-06-12 14:36:58 -07:00
utils.go Address gosec findings 2020-08-09 07:55:39 -07:00