Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 708718 Details for
Bug 920393
CVE-2013-1840 OpenStack Glance: Backend credentials leak in Glance v1 API
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
grizzly-CVE-2013-1840.patch
grizzly-CVE-2013-1840.patch (text/plain), 811 bytes, created by
Kurt Seifried
on 2013-03-12 02:19:42 UTC
(
hide
)
Description:
grizzly-CVE-2013-1840.patch
Filename:
MIME Type:
Creator:
Kurt Seifried
Created:
2013-03-12 02:19:42 UTC
Size:
811 bytes
patch
obsolete
>commit 7eb003f5881d0f65bb1b04ae586816d9f22ce958 >Author: Stuart McLaren <stuart.mclaren@hp.com> >Date: Thu Mar 7 17:19:29 2013 +0000 > > grizzly patch > > Change-Id: I10eb6495227b1ffb5498b64adbd5b59ad255b655 > >diff --git a/glance/api/middleware/cache.py b/glance/api/middleware/cache.py >index 6203e91..710d4ea 100644 >--- a/glance/api/middleware/cache.py >+++ b/glance/api/middleware/cache.py >@@ -147,6 +147,9 @@ class CacheFilter(wsgi.Middleware): > > def _process_v1_request(self, request, image_id, image_iterator): > image_meta = registry.get_image_metadata(request.context, image_id) >+ # Don't display location >+ if 'location' in image_meta: >+ del image_meta['location'] > self._verify_metadata(image_meta) > > response = webob.Response(request=request)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 920393
:
708714
|
708716
| 708718