From ed68e397e2f9b5e7b97c7cd64d2f4542ef02c752 Mon Sep 17 00:00:00 2001 From: Zac Bergquist Date: Mon, 24 Feb 2025 16:38:52 -0700 Subject: [PATCH] Update our fork of crewjam/saml This pulls in v0.4.15-teleport.2. The only change compared to .1 is the x/crypto/ssh update to to fix the "people might use it wrong" CVE. --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 1d9e9f9fc536f..9da0f9b39097e 100644 --- a/go.mod +++ b/go.mod @@ -575,7 +575,7 @@ require ( replace ( github.com/alecthomas/kingpin/v2 => github.com/gravitational/kingpin/v2 v2.1.11-0.20230515143221-4ec6b70ecd33 github.com/coreos/go-oidc => github.com/gravitational/go-oidc v0.1.1 - github.com/crewjam/saml => github.com/gravitational/saml v0.4.15-teleport.1 + github.com/crewjam/saml => github.com/gravitational/saml v0.4.15-teleport.2 github.com/datastax/go-cassandra-native-protocol => github.com/gravitational/go-cassandra-native-protocol v0.0.0-teleport.1 github.com/go-mysql-org/go-mysql => github.com/gravitational/go-mysql v1.9.1-teleport.3 github.com/gogo/protobuf => github.com/gravitational/protobuf v1.3.2-teleport.1 diff --git a/go.sum b/go.sum index 3c3b7c31a54a4..36d8aa2850745 100644 --- a/go.sum +++ b/go.sum @@ -1574,8 +1574,8 @@ github.com/gravitational/redis/v9 v9.6.1-teleport.1 h1:gPirfPKArN2nPhTKR3h9fnEg5 github.com/gravitational/redis/v9 v9.6.1-teleport.1/go.mod h1:0C0c6ycQsdpVNQpxb1njEQIqkx5UcsM8FJCQLgE9+RA= github.com/gravitational/roundtrip v1.0.2 h1:eOCY0NEKKaB0ksJmvhO6lPMFz1pIIef+vyPBTBROQ5c= github.com/gravitational/roundtrip v1.0.2/go.mod h1:fuI1booM2hLRA/B/m5MRAPOU6mBZNYcNycono2UuTw0= -github.com/gravitational/saml v0.4.15-teleport.1 h1:kYSLpxEBEc7JLJJ+VjsZU8PbWI4gWxdCgll5cq1/rGU= -github.com/gravitational/saml v0.4.15-teleport.1/go.mod h1:S4+611dxnKt8z/ulbvaJzcgSHsuhjVc1QHNTcr1R7Fw= +github.com/gravitational/saml v0.4.15-teleport.2 h1:ruNtaIkDrCJ5eS+OBcKeER+P5ldDDys7SeCoyFJAX1o= +github.com/gravitational/saml v0.4.15-teleport.2/go.mod h1:wGckhUH/I+hcDR2uo9WC4GyL+o4rid5JUe1Ze/joarI= github.com/gravitational/trace v1.5.0 h1:JbeL2HDGyzgy7G72Z2hP2gExEyA6Y2p7fCiSjyZwCJw= github.com/gravitational/trace v1.5.0/go.mod h1:dxezSkKm880IIDx+czWG8fq+pLnXjETBewMgN3jOBlg= github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA=