-
- Downloads
Merge pull request from GHSA-m9hp-7r99-94h5
connector/saml: Validate XML roundtrip data before processing request
No related branches found
No related tags found
... | ... | @@ -23,13 +23,15 @@ require ( |
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect | ||
github.com/kylelemons/godebug v1.1.0 | ||
github.com/lib/pq v1.3.0 | ||
github.com/mattermost/xml-roundtrip-validator v0.0.0-20201204154048-1a8688af4cf1 | ||
github.com/mattn/go-sqlite3 v1.11.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect | ||
github.com/prometheus/client_golang v1.4.0 | ||
github.com/russellhaering/goxmldsig v0.0.0-20180430223755-7acd5e4a6ef7 | ||
github.com/russellhaering/goxmldsig v1.1.0 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/stretchr/testify v1.4.0 | ||
github.com/stretchr/testify v1.6.1 | ||
github.com/testcontainers/testcontainers-go v0.0.9 | ||
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect | ||
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738 | ||
... | ... |
Please register or sign in to comment