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: v2.2.6.2
Choose a base ref
...
head repository: rack/rack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.6.3
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 2, 2023

  1. Limit all multipart parts, not just files

    Previously we would limit the number of multipart parts which were
    files, but not other parts. In some cases this could cause parsing of
    maliciously crafted inputs to take longer than expected.
    
    [CVE-2023-27530]
    jhawthorn authored and tenderlove committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    9aac375 View commit details
    Browse the repository at this point in the history
  2. bump version

    tenderlove committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    d6b5b2b View commit details
    Browse the repository at this point in the history
Loading