+horizon (2012.1-3) unstable; urgency=low
+
+ * Fixed CVE_2012-2094
+
+ -- Ghe Rivero <ghe.rivero@stackops.com> Tue, 17 Apr 2012 19:38:18 +0200
+
horizon (2012.1-2) unstable; urgency=low
* Make openstack-dashboard depends on the same version of
--- /dev/null
+--- a/horizon/static/horizon/js/horizon.js
++++ b/horizon/static/horizon/js/horizon.js
+@@ -284,7 +284,7 @@
+ data: data,
+ method: 'get',
+ success: function(response_body) {
+- $('pre.logs').html(response_body);
++ $('pre.logs').text(response_body);
+ },
+ error: function(response) {
+ if(via_user_submit) {