Module: Rack

Defined in:
lib/gitlab_exporter/rack_vulndb_255039_patch.rb

Overview

Patches a cache poisoning attack vector in Rack by not allowing semicolons to delimit query parameters. See github.com/rack/rack/issues/1732.

Solution is taken from the same issue.

The actual patch is due for release in Rack 3.0.0.

Defined Under Namespace

Classes: Request