ruby-yajl 1.2.0-3.1 source package in Ubuntu

Changelog

ruby-yajl (1.2.0-3.1) unstable; urgency=medium

  * Non-maintainer upload.
  * CVE-2017-16516: Crafted JSON file allows to crash ruby process with a
    SIGABRT in the yajl_string_decode function (Closes: #880691)

 -- Salvatore Bonaccorso <email address hidden>  Wed, 08 Nov 2017 07:31:37 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-yajl_1.2.0-3.1.dsc 2.3 KiB 1b7deee6177ebdccdf8fe6c4d075be44dc9679ca0f43851acece9b6940811d29
ruby-yajl_1.2.0.orig.tar.gz 559.2 KiB 7fb3bc618ba191b3b7d476dcb9bac74c9a97e7d93cbdcf76471f1d28e9be5abc
ruby-yajl_1.2.0-3.1.debian.tar.xz 5.9 KiB e47d1bca00facfb09e214d803bde385357ca1b46712b44b98a30cf329e4877f3

No changes file available.

Binary packages built by this source

ruby-yajl: Ruby interface to Yajl, a JSON stream-based parser library

 Supported features include,
 .
 JSON parsing and encoding directly to and from an IO stream
 (file, socket, etc) or String. Compressed stream parsing and
 encoding supported for Bzip2, Gzip and Deflate.
 .
 Parse and encode *multiple* JSON objects to and from streams or strings
 continuously.
 .
 JSON gem compatibility API - allows yajl-ruby to be used as a drop-in
 replacement for the JSON gem
 .
 Basic HTTP client (only GET requests supported for now) which parses JSON
 directly off the response body *as it's being received*

ruby-yajl-dbgsym: debug symbols for ruby-yajl