[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-announce
Subject:    [ANNOUNCE] [SECURITY FIX] Apache Libcloud 0.13.3
From:       Tomaz Muraus <tomaz () apache ! org>
Date:       2013-12-31 14:45:20
Message-ID: CAJMHEmJSMN071Xfv8ikLepH_KY-Mkm48e2Qe02FqqFtQaCtfsA () mail ! gmail ! com
[Download RAW message or body]

Libcloud is a Python library that abstracts away the differences among
multiple cloud provider APIs. It allows users to manage cloud services
(servers, storage, load balancers, DNS) offered by many different providers
through a single, unified and easy to use API.

This is a security-fix only release. It fixes a security issue with a
potential
leak of data contained on a destroyed DigitalOcean node. Only users who are
using a DigitalOcean driver are affected.

DigitalOcean recently changed the default API behavior from scrub to
non-scrub
when destroying a VM without notifying the customers and API consumers.

Libcloud prior to this release doesn't explicitly send "scrub_data" query
parameter when destroying a node. This means nodes which are destroyed using
Libcloud are vulnerable to later customers stealing data contained on them.

This release fixes that by always sending "scrub_data" query parameter when
destroying a DigitalOcean node.

If you are using a DigitalOcean driver, you are strongly encouraged to
upgrade
(or downgrade if you are using 0.14.0-beta3 beta release) to this release.

More information is available on our "Security" page -
https://libcloud.apache.org/security.html

Download

Libcloud 0.13.3 can be downloaded from
*http://libcloud.apache.org/downloads.html
<http://libcloud.apache.org/downloads.html>*

or installed using pip:

pip install apache-libcloud==0.13.3

It is possible that the file hasn't been synced to all the mirrors yet. If
this
is the case, please use the main Apache mirror -
https://www.apache.org/dist/libcloud.

Upgrading

If you have installed Libcloud using pip you can also use it to upgrade it:

pip install --upgrade apache-libcloud==0.13.3

Upgrade notes

A page which describes backward incompatible or semi-incompatible
changes and how to preserve the old behavior when this is possible
can be found at
https://libcloud.readthedocs.org/en/latest/upgrade_notes.html

Documentation

Regular and API documentation is available at
https://libcloud.readthedocs.org/en/latest/.

Bugs / Issues

If you find any bug or issue, please report it on our issue tracker
<https://issues.apache.org/jira/browse/LIBCLOUD>.
Don't forget to attach an example and / or test which reproduces your
problem.

Thanks

Thanks to everyone who contributed and made this release possible!

Full list of people who contributed to this release can be found in the
CHANGES
file <
https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES;h=a06b0ed4c443f9f56784572a4e291e779de599e3;hb=a1fdac91ec9fdf699d77f9f9b01699de7f56171e#l3

> .


[Attachment #3 (text/html)]

<div dir="ltr"><div><div>Libcloud is a Python library that abstracts away the \
differences among</div><div>multiple cloud provider APIs. It allows users to manage \
cloud services</div><div>(servers, storage, load balancers, DNS) offered by many \
different providers</div>


<div>through a single, unified and easy to use API.</div><div><br></div><div>This is \
a security-fix only release. It fixes a security issue with a \
potential</div><div>leak of data contained on a destroyed DigitalOcean node. Only \
users who are</div>


<div>using a DigitalOcean driver are affected.</div><div><br></div><div>DigitalOcean \
recently changed the default API behavior from scrub to non-scrub</div><div>when \
destroying a VM without notifying the customers and API consumers.</div>

<div><br></div><div>Libcloud prior to this release doesn&#39;t explicitly send \
&quot;scrub_data&quot; query</div> <div>parameter when destroying a node. This means \
nodes which are destroyed using</div><div>Libcloud are vulnerable to later customers \
stealing data contained on them.</div><div><br></div><div>This release fixes that by \
always sending &quot;scrub_data&quot; query parameter when</div>


<div>destroying a DigitalOcean node.</div><div><br></div><div>If you are using a \
DigitalOcean driver, you are strongly encouraged to upgrade</div><div>(or downgrade \
if you are using 0.14.0-beta3 beta release) to this release.</div>


<div><br></div><div>More information is available on our &quot;Security&quot; page - \
<a href="https://libcloud.apache.org/security.html" \
target="_blank">https://libcloud.apache.org/security.html</a></div> \
<div><br></div><div>Download</div><div><br></div><div>Libcloud 0.13.3 can be \
downloaded from <font color="#1155cc"><u><a \
href="http://libcloud.apache.org/downloads.html">http://libcloud.apache.org/downloads.html</a></u></font></div>


<div><br></div><div>or installed using pip:</div>
<div><br></div><div>pip install apache-libcloud==0.13.3</div><div><br></div><div>It \
is possible that the file hasn&#39;t been synced to all the mirrors yet. If \
this</div><div>is the case, please use the main Apache mirror -</div>


<div><a href="https://www.apache.org/dist/libcloud" \
target="_blank">https://www.apache.org/dist/libcloud</a>.</div><div><br></div><div>Upgrading</div><div><br></div><div>If \
you have installed Libcloud using pip you can also use it to upgrade it:</div>


<div><br></div><div>pip install --upgrade \
apache-libcloud==0.13.3</div><div><br></div><div>Upgrade \
notes</div><div><br></div><div>A page which describes backward incompatible or \
semi-incompatible</div><div>changes and how to preserve the old behavior when this is \
possible</div>


<div>can be found at</div><div><a \
href="https://libcloud.readthedocs.org/en/latest/upgrade_notes.html" \
target="_blank">https://libcloud.readthedocs.org/en/latest/upgrade_notes.html</a></div><div><br></div><div>Documentation</div>


<div><br>
</div><div>Regular and API documentation is available at <a \
href="https://libcloud.readthedocs.org/en/latest/" \
target="_blank">https://libcloud.readthedocs.org/en/latest/</a>.</div><div><br></div><div>Bugs \
/ Issues</div>

<div><br></div><div>
If you find any bug or issue, please report it on our issue tracker</div><div>&lt;<a \
href="https://issues.apache.org/jira/browse/LIBCLOUD" \
target="_blank">https://issues.apache.org/jira/browse/LIBCLOUD</a>&gt;.</div><div>

Don&#39;t forget to attach an example and / or test which reproduces your \
problem.</div> <div><br></div><div>Thanks</div><div><br></div><div>Thanks to everyone \
who contributed and made this release possible!</div><div><br></div><div>Full list of \
people who contributed to this release can be found in the CHANGES</div>


<div>file &lt;<a href="https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f \
=CHANGES;h=a06b0ed4c443f9f56784572a4e291e779de599e3;hb=a1fdac91ec9fdf699d77f9f9b01699de7f56171e#l3" \
target="_blank">https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGE \
S;h=a06b0ed4c443f9f56784572a4e291e779de599e3;hb=a1fdac91ec9fdf699d77f9f9b01699de7f56171e#l3</a>&gt;.</div>



</div><div>
</div></div>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic