Package: ruby-rack / 1.5.2-3+deb8u1

Metadata

Package Version Patches format
ruby-rack 1.5.2-3+deb8u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix Params_Depth.patch | (download)

lib/rack/utils.rb | 15 11 + 4 - 0 !
test/spec_utils.rb | 12 12 + 0 - 0 !
2 files changed, 23 insertions(+), 4 deletions(-)

 raise an exception if the parameters are too deep

CVE-2015-3225

Conflicts:
	lib/rack/utils.rb
	test/spec_utils.rb

0002 Add missing require to response.rb.patch | (download)

lib/rack/response.rb | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch] add missing require to response.rb

Closes #631