ruby-zip 1.2.1-1.1~build0.18.04.1 source package in Ubuntu
Changelog
ruby-zip (1.2.1-1.1~build0.18.04.1) bionic-security; urgency=medium * fake sync from Debian ruby-zip (1.2.1-1.1) unstable; urgency=medium * Non-maintainer upload. * Fix CVE-2018-1000544: rubyzip gem rubyzip version 1.2.1 and earlier contains a Directory Traversal vulnerability that can be exploited to write arbitrary files to the filesystem. (Closes: #902720) * Drop CVE-2017-5946.patch because this one was already fixed in version 1.2.1. -- Mike Salvatore <email address hidden> Thu, 13 Dec 2018 14:14:29 -0500
Upload details
- Uploaded by:
- Mike Salvatore
- Uploaded to:
- Bionic
- Original maintainer:
- Debian Ruby Extras Maintainers
- Architectures:
- any
- Section:
- ruby
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | updates | universe | misc | |
Bionic | security | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-zip_1.2.1.orig.tar.gz | 147.5 KiB | 03f233563b9d4bb950da01b8c4dae80f83c797d1adee478e5e9fa3aeb78a6c52 |
ruby-zip_1.2.1-1.1~build0.18.04.1.debian.tar.xz | 6.2 KiB | 655d3593e813fb5cca91fb6686d8c9e04fc2be361b6c713d501047b7176cabd1 |
ruby-zip_1.2.1-1.1~build0.18.04.1.dsc | 2.1 KiB | 379529b0edd36adf07e89f613f0b7c9464124254d87879cbca6da5cfc6a9099c |
Available diffs
Binary packages built by this source
- ruby-zip: Ruby module for reading and writing zip files
rubyzip is a ruby library for reading and writing zip (pkzip format)
files, with the restriction that only uncompressed and deflated zip
entries are supported. All this library does is handling of the zip
file format. the actual compression/decompression is handled by
zlib. zlib is accessible from ruby thanks to ruby/zlib