ruby-rack 2.2.7-1.1 source package in Ubuntu

Changelog

ruby-rack (2.2.7-1.1) unstable; urgency=high

  * Non-maintainer upload.
  * CVE-2024-25126: ReDoS in Content Type header parsing
  * CVE-2024-26141: Reject Range headers which are too large
  * CVE-2024-26146: ReDoS in Accept header parsing
  * Closes: #1064516

 -- Adrian Bunk <email address hidden>  Thu, 02 May 2024 22:55:26 +0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main ruby

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rack_2.2.7-1.1.dsc 2.3 KiB 1dd5f94772d834d6b0f24d64d4890223f7fdc6c6b1248190acaf2e7726f3779d
ruby-rack_2.2.7.orig.tar.gz 272.7 KiB e942379fba7a6aa18951973a95cc323c10af7aa7ff61207794bf6fea3ec822b4
ruby-rack_2.2.7-1.1.debian.tar.xz 10.7 KiB 0bf5154539fdedd122ec3faef1f207681503559d0af4e348c29da701e31dda71

Available diffs

No changes file available.

Binary packages built by this source

ruby-rack: modular Ruby webserver interface

 Rack provides a minimal, modular and adaptable interface for developing
 web applications in Ruby. By wrapping HTTP requests and responses in
 the simplest way possible, it unifies and distills the API for web
 servers, web frameworks, and software in between (the so-called
 middleware) into a single method call.
 .
 Also see http://rack.github.io/.