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 708714 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]
stable-essex-CVE-2013-1840.patch
stable-essex-CVE-2013-1840.patch (text/plain), 839 bytes, created by
Kurt Seifried
on 2013-03-12 02:17:24 UTC
(
hide
)
Description:
stable-essex-CVE-2013-1840.patch
Filename:
MIME Type:
Creator:
Kurt Seifried
Created:
2013-03-12 02:17:24 UTC
Size:
839 bytes
patch
obsolete
>commit c9509adb1dac14ffeb53f8fc9bf5c5ffa85d63e7 >Author: Stuart McLaren <stuart.mclaren@hp.com> >Date: Thu Mar 7 17:02:02 2013 +0000 > > essex patch > > Change-Id: Icfddc29074c1197d1a766ac804044dd5bf55c718 > >diff --git a/glance/api/middleware/cache.py b/glance/api/middleware/cache.py >index 7b55037..26af66f 100644 >--- a/glance/api/middleware/cache.py >+++ b/glance/api/middleware/cache.py >@@ -79,6 +79,9 @@ class CacheFilter(wsgi.Middleware): > context = request.context > try: > image_meta = registry.get_image_metadata(context, image_id) >+ # Don't display location >+ if 'location' in image_meta: >+ del image_meta['location'] > > if not image_meta['size']: > # override image size metadata with the actual cached
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