Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rack/rack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.15
Choose a base ref
...
head repository: rack/rack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.16
Choose a head ref
  • 3 commits
  • 4 files changed
  • 4 contributors

Commits on May 22, 2025

  1. Synchronize changelog.

    ioquatix committed May 22, 2025
    Configuration menu
    Copy the full SHA
    352650a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Fix ReDoS and consistency in multipart regexes

    [CVE-2025-49007]
    
    There is a ReDoS in multipart parsing here because it is not anchored to
    the start of a line and so may match as part of its comments.
    
    Previously in f92e056 Content-ID and
    Content-Type were changed to only accept tab and space as whitespace
    characters. Although that's what the various RFCs show as their BNF,
    I that's supposed to be interpreted _after_ lines have been unfolded and
    so we need to allow FWS "Foldable White Space".
    
    CR is not allowed unescaped as part of quoted-string. It might be
    technically valid with a leading backslash, but I don't believe that
    case is worth supporting.
    
    Co-authored-by: Matthew Draper <matthew@trebex.net>
    2 people authored and tenderlove committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    aed514d View commit details
    Browse the repository at this point in the history
  2. Bump patch version.

    tenderlove committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    df2f3f2 View commit details
    Browse the repository at this point in the history
Loading