Exploring de-serialization issues in Ruby projects.
Ruby on Rails is a popular application platform that uses cookies to identify application sessions.
The cookie consists of two parts: cookie-value and signature. Whenever Rails gets a cookie, it verifies that the…