From 6f265dedd61ba5cc3beb5631857ca5c9e348d36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cle=CC=81ment=20COQUILLE?= Date: Tue, 8 Nov 2022 19:06:51 +0100 Subject: [PATCH] Add RubyOnRails HTTP Parameter Pollution --- HTTP Parameter Pollution/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HTTP Parameter Pollution/README.md b/HTTP Parameter Pollution/README.md index ecc1d36..ad739b6 100644 --- a/HTTP Parameter Pollution/README.md +++ b/HTTP Parameter Pollution/README.md @@ -42,6 +42,7 @@ When ?par1=a&par1=b | Perl CGI/Apache |First occurrence |a | | mod_wsgi (Python)/Apache |First occurrence |a | | Python/Zope |All occurrences in array |['a','b'] | +| Ruby on Rails |Last occurrence |b | ## References - [HTTP Parameter Pollution - Imperva](https://www.imperva.com/learn/application-security/http-parameter-pollution/)