- Set up a Ruby environment (tested with Ruby 3.2.0). It's recommended to use a virtual environment using ASDF-VM.
- Install dependencies:
bundle install
. - Run! (see below)
Start the vulnerable app:
VULN=on bundle exec rackup -s puma
Start the fixed app:
VULN=off bundle exec rackup -s puma
Challenge announcement:
- 🇫🇷 https://twitter.com/acceis/status/1630193980091559937
- 🇬🇧 https://twitter.com/acceis/status/1630193982377426944
Solution article: