Skip to content

Commit 1114d8e

Browse files
committed
oauth2-proxy: remediate GHSA-78h2-9frx-2jm8 (#59364)
Co-authored-by: cve-remediation <cve-remediation@chainguard.dev> Export: 6bd0114
1 parent 6cac6dc commit 1114d8e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

oauth2-proxy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: oauth2-proxy
33
version: "7.15.1"
4-
epoch: 6 # use full path /usr/bin/oauth2-proxy in test script
4+
epoch: 7 # GHSA-78h2-9frx-2jm8
55
description: Reverse proxy and static file server that provides authentication using various providers to validate accounts by email, domain or group.
66
copyright:
77
- license: MIT
@@ -39,6 +39,7 @@ pipeline:
3939
with:
4040
deps: |-
4141
github.com/go-jose/go-jose/v3@v3.0.5
42+
github.com/go-jose/go-jose/v4@v4.1.4
4243
4344
- uses: go/build
4445
with:

0 commit comments

Comments
 (0)