Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP1:Update
podman.12459
CVE-2019-10214.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File CVE-2019-10214.patch of Package podman.12459
diff --git vendor/github.com/containers/image/docker/docker_client.go vendor/github.com/containers/image/docker/docker_client.go index 6d2c5b6..e9f853d 100644 --- vendor/github.com/containers/image/docker/docker_client.go +++ vendor/github.com/containers/image/docker/docker_client.go @@ -480,11 +480,7 @@ func (c *dockerClient) getBearerToken(ctx context.Context, realm, service, scope authReq.SetBasicAuth(c.username, c.password) } logrus.Debugf("%s %s", authReq.Method, authReq.URL.String()) - tr := tlsclientconfig.NewTransport() - // TODO(runcom): insecure for now to contact the external token service - tr.TLSClientConfig = &tls.Config{InsecureSkipVerify: true} - client := &http.Client{Transport: tr} - res, err := client.Do(authReq) + res, err := c.client.Do(authReq) if err != nil { return nil, err }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor