diff options
| author | Amy Fong <amy.fong@windriver.com> | 2014-05-07 14:20:09 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-08 14:30:03 -0400 |
| commit | fd1371e01ea808309b76a72cc9a161c72e148279 (patch) | |
| tree | c4a3063e4ec20cdea5589341b931cfe76d2dbde9 /meta-openstack/recipes-devtools/python/python-swift_git.bb | |
| parent | f1875da73f07825ad468648c6d154478a8673089 (diff) | |
| download | meta-cloud-services-fd1371e01ea808309b76a72cc9a161c72e148279.tar.gz | |
CVE-2014-0006 Openstack Swift: TempURL timing attack
The TempURL middleware in OpenStack Object Storage (Swift) 1.4.6 through
1.8.0, 1.9.0 through 1.10.0, and 1.11.0 allows remote attackers to obtain
secret URLs by leveraging an object name and a timing side-channel attack.
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-swift_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-swift_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-swift_git.bb b/meta-openstack/recipes-devtools/python/python-swift_git.bb index 680dbc3..d174517 100644 --- a/meta-openstack/recipes-devtools/python/python-swift_git.bb +++ b/meta-openstack/recipes-devtools/python/python-swift_git.bb | |||
| @@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 6 | 6 | ||
| 7 | PR = "r0" | 7 | PR = "r1" |
| 8 | SRCNAME = "swift" | 8 | SRCNAME = "swift" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ | 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ |
| @@ -14,6 +14,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ | |||
| 14 | file://swift.init \ | 14 | file://swift.init \ |
| 15 | file://swift_setup.sh \ | 15 | file://swift_setup.sh \ |
| 16 | file://cluster.conf \ | 16 | file://cluster.conf \ |
| 17 | file://CVE-2014-0006-swift-1265665.patch \ | ||
| 17 | " | 18 | " |
| 18 | 19 | ||
| 19 | SRCREV="2f3526c559fe53ce904b735a81dee6de46127176" | 20 | SRCREV="2f3526c559fe53ce904b735a81dee6de46127176" |
