Package: rails / 2.3.5-1.2+squeeze8
Metadata
Package | Version | Patches format |
---|---|---|
rails | 2.3.5-1.2+squeeze8 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
debian changes 2.3.5 1 | (download) |
actionmailer/lib/action_mailer.rb |
2 1 + 1 - 0 ! |
upstream changes introduced in version 2.3.5-1 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . rails (2.3.5-1) unstable; urgency=low . * New upstream release (closes: #547658) * Package is now split up and non-core rails components, like AR, are on the ruby load path. (closes: #469524, #517328) * debian/control + Depend on rubygems. + Suggest thin or thin1.8 as a possible server to run your production environment on. This is particularly useful if it is already being proxied. + xml-simple is no longer used by rails + Updated Standard to 3.8.4 . The person named in the Author field signed this changelog entry. |
debian changes 2.3.5 1.1 | (download) |
railties/lib/rails_generator/generators/applications/app/app_generator.rb |
4 2 + 2 - 0 ! |
upstream changes introduced in version 2.3.5-1.1 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . rails (2.3.5-1.1) unstable; urgency=low . * Non-maintainer upload. * Added missing build-dependencies for rails-ruby1.8 on libactionpack- ruby1.8, libactionmailer-ruby1.8 and libactiveresource-ruby1.8 (Closes: #587048) * Fixed broken symlink to railties on new project generator (Closes: #583219) . The person named in the Author field signed this changelog entry. |
debian changes 2.3.5 1.2 | (download) |
railties/lib/commands/server.rb |
2 1 + 1 - 0 ! |
upstream changes introduced in version 2.3.5-1.2 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . rails (2.3.5-1.2) unstable; urgency=high . * Non-maintainer upload. . [ Laurent Bigonville ] * Fix documentation about default listening address (Closes: #583149) . [ Gunnar Wolf ] * Modified a string that recommends the user to do Very Bad Things (Closes: #603048) . The person named in the Author field signed this changelog entry. |
0001 Be sure to javascript_escape the email address to pr.patch | (download) |
actionpack/lib/action_view/helpers/url_helper.rb |
3 2 + 1 - 0 ! |
[patch 1/2] be sure to javascript_escape the email address to prevent apostrophes inadvertently causing javascript errors. This fixes CVE-2011-0446 |
0002 Change the CSRF whitelisting to only apply to get re.patch | (download) |
actionpack/lib/action_controller/request_forgery_protection.rb |
15 9 + 6 - 0 ! |
[patch 2/2] change the csrf whitelisting to only apply to get requests Unfortunately the previous method of browser detection and XHR whitelisting is unable to prevent requests issued from some Flash animations and Java applets. To ease the work required to include the CSRF token in ajax requests rails now supports providing the token in a custom http header: X-CSRF-Token: ... This fixes CVE-2011-0447 |
CVE 2011 2930.patch | (download) |
activerecord/lib/active_record/connection_adapters/mysql_adapter.rb |
2 1 + 1 - 0 ! |
--- |
CVE 2011 2931.patch | (download) |
actionpack/lib/action_controller/vendor/html-scanner/html/node.rb |
2 1 + 1 - 0 ! |
--- |
CVE 2011 3186.patch | (download) |
actionpack/lib/action_controller/response.rb |
3 2 + 1 - 0 ! |
--- |
CVE 2012 1099.patch | (download) |
actionpack/lib/action_view/helpers/form_options_helper.rb |
5 3 + 2 - 0 ! |
--- |
2 3 dynamic_finder_injection.patch | (download) |
activerecord/lib/active_record/base.rb |
6 5 + 1 - 0 ! |
[patch] cve-2012-5664 options hashes should only be extracted if there are extra parameters |
CVE 2013 0156.patch | (download) |
actionpack/test/controller/webservice_test.rb |
13 13 + 0 - 0 ! |
[patch] cve-2013-0156: safe xml params parsing. doesn't allow symbols or yaml. |
CVE 2013 0155.patch | (download) |
activerecord/lib/active_record/base.rb |
12 8 + 4 - 0 ! |
fix for cve-2013-0155 This includes the patch released in the updated announcement for CVE-2013-0155 plus some previous changes that it requires. . |
CVE 2013 0333.patch | (download) |
activesupport/lib/active_support/json/backends/okjson.rb |
644 644 + 0 - 0 ! |
[patch] add an okjson backend and remove the yaml backend Fixes CVE-2013-0333. The ActiveSupport::JSON::Backends::Yaml class is present but the functionality has been removed entirely. |
CVE 2013 0276.patch | (download) |
activerecord/lib/active_record/attribute_methods.rb |
2 1 + 1 - 0 ! |
[patch] fixing attr_protected cve-2013-0276 |
CVE 2013 0277.patch | (download) |
activerecord/lib/active_record/attribute_methods.rb |
17 16 + 1 - 0 ! |
[patch] fix serialization vulnerability |
CVE 2013 1854.patch | (download) |
activerecord/lib/active_record/base.rb |
2 1 + 1 - 0 ! |
--- |
CVE 2013 1855.patch | (download) |
actionpack/lib/action_controller/vendor/html-scanner/html/sanitizer.rb |
8 4 + 4 - 0 ! |
--- |
CVE 2013 1857.patch | (download) |
actionpack/lib/action_controller/vendor/html-scanner/html/sanitizer.rb |
8 4 + 4 - 0 ! |
--- |
backport html_safe.patch | (download) |
actionmailer/test/fixtures/helpers/example_helper.rb |
2 1 + 1 - 0 ! |
--- |
CVE 2011 2932.patch | (download) |
activesupport/lib/active_support/core_ext/string/output_safety.rb |
2 1 + 1 - 0 ! |
--- |
CVE 2012 3465.patch | (download) |
actionpack/lib/action_view/helpers/sanitize_helper.rb |
2 1 + 1 - 0 ! |
--- |