summaryrefslogtreecommitdiff
path: root/internal/configuration/decode_hooks.go
diff options
context:
space:
mode:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2022-03-16 11:29:46 +1100
committerGitHub <noreply@github.com>2022-03-16 11:29:46 +1100
commit14ad07ffa2719e74178826da3072287ee8015a50 (patch)
tree406137b9abef8a62d52e1498bafe47f6ee9aee74 /internal/configuration/decode_hooks.go
parentcc69d254a962008c819d093899c5fef57fcfdf65 (diff)
fix(oidc): userinfo jti claim potential panic (#3017)
This fixes a usage of uuid.New() which can potentially panic. Instead we use a uuid.NewRandom() which also generates a UUID V4 instead of a UUID V1. In addition all uuid.NewUUID() calls have been replaced by uuid.NewRandom().
Diffstat (limited to 'internal/configuration/decode_hooks.go')
0 files changed, 0 insertions, 0 deletions