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.2.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: v3.2.3
Choose a head ref
  • 5 commits
  • 8 files changed
  • 1 contributor

Commits on Oct 7, 2025

  1. Configuration menu
    Copy the full SHA
    fb395bb View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. Normalize adivsories links.

    ioquatix committed Oct 9, 2025
    Configuration menu
    Copy the full SHA
    403b74b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. Improper handling of proxy headers in Rack::Sendfile may allow prox…

    …y bypass.
    
    - Ignore `HTTP_X_SENDFILE_TYPE` header from requests to prevent attackers from enabling sendfile features.
    - Only read `HTTP_X_ACCEL_MAPPING` when `x-accel-redirect` is explicitly configured and no app-level mappings exist.
    - Prefer `\A` instead of `^` to match the start of path mappings.
    ioquatix committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    57277b7 View commit details
    Browse the repository at this point in the history
  2. Unbounded read in Rack::Request form parsing can lead to memory exh…

    …austion.
    
    - Limit read to `query_parser.bytesize_limit`.
    ioquatix committed Oct 10, 2025
    1 Configuration menu
    Copy the full SHA
    e179614 View commit details
    Browse the repository at this point in the history
  3. Bump patch version.

    ioquatix committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    32bf888 View commit details
    Browse the repository at this point in the history
Loading