Package: ruby-rack / 2.2.6.4-1+deb12u1
Metadata
Package | Version | Patches format |
---|---|---|
ruby-rack | 2.2.6.4-1+deb12u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
skip random failure.patch | (download) |
test/spec_builder.rb |
1 1 + 0 - 0 ! |
skip random failure. |
0002 Make tests pass on hosts that have no ipv4 connectiv.patch | (download) |
test/spec_server.rb |
8 4 + 4 - 0 ! |
make tests pass on hosts that have no ipv4 connectivity This is a backport of the patch sent upstream. |
skip unreadable dir test.patch | (download) |
test/spec_directory.rb |
1 1 + 0 - 0 ! |
skip unreadable directories test this test failed on reprotest due to reprotest run as root. see: https://salsa.debian.org/salsa-ci-team/pipeline/-/issues/160 |
0001 Avoid 2nd degree polynomial regexp in MediaType.patch | (download) |
lib/rack/media_type.rb |
13 9 + 4 - 0 ! |
avoid 2nd degree polynomial regexp in mediatype |
0002 Return an empty array when ranges are too large.patch | (download) |
lib/rack/utils.rb |
3 3 + 0 - 0 ! |
return an empty array when ranges are too large If the sum of the requested ranges is larger than the file itself, return an empty array. In other words, refuse to respond with any bytes. [CVE-2024-26141] |
0003 Fixing ReDoS in header parsing.patch | (download) |
lib/rack/utils.rb |
4 2 + 2 - 0 ! |
fixing redos in header parsing Thanks svalkanov [CVE-2024-26146] |