Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 729 Bytes

File metadata and controls

31 lines (20 loc) · 729 Bytes

Installation

  1. Set up a Ruby environment (tested with Ruby 3.2.0). It's recommended to use a virtual environment using ASDF-VM.
  2. Install dependencies: bundle install.
  3. Run! (see below)

Usage

Start the vulnerable app:

VULN=on bundle exec rackup -s puma

Start the fixed app:

VULN=off bundle exec rackup -s puma

Announcement and solution

Challenge announcement:

Solution article: