We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294a443 commit 6872b9cCopy full SHA for 6872b9c
go.mod
@@ -280,6 +280,7 @@ replace (
280
281
// CVE-2024-28180: https://github.com/go-jose/go-jose/security/advisories/GHSA-c5q2-7r4c-mv6g
282
// we had to fork the go-jose v2 repo to a local directory to resolve this due to various issues
283
+ // this fork is equivalent to gopkg.in/go-jose/[email protected]
284
gopkg.in/square/go-jose.v2 => ./forks/go-jose/
285
// this should be removeable once https://issues.redhat.com/browse/CLOUDBLD-11068 is resolved
286
k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.25.0
0 commit comments