Package: ruby-redis-store / 1.1.6-1+deb9u1

Metadata

Package Version Patches format
ruby-redis-store 1.1.6-1+deb9u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Bundler | (download)

test/test_helper.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 removing bundler dependency
 Removing the bundler requirement from the tests.
 .
 ruby-redis-store (1.1.4-1) UNRELEASED; urgency=medium
 .
   * Initial release (Closes: #nnnn)
CVE 2017 1000248.patch | (download)

lib/redis-store.rb | 11 0 + 11 - 0 !
lib/redis/store.rb | 27 25 + 2 - 0 !
lib/redis/store/factory.rb | 8 8 + 0 - 0 !
lib/redis/store/marshalling.rb | 56 0 + 56 - 0 !
lib/redis/store/namespace.rb | 4 2 + 2 - 0 !
lib/redis/store/serialization.rb | 56 56 + 0 - 0 !
test/redis/store/factory_test.rb | 9 6 + 3 - 0 !
test/redis/store/marshalling_test.rb | 128 0 + 128 - 0 !
test/redis/store/namespace_test.rb | 4 2 + 2 - 0 !
test/redis/store/serialization_test.rb | 128 128 + 0 - 0 !
10 files changed, 227 insertions(+), 204 deletions(-)

 replace marshalling with pluggable serializers