Bugzilla – Attachment 144588 Details for
Bug 32457
CGI::param called in list context from acqui/addorder.pl line 182
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32457: Fix CGI vulnerability in addorder.pl
Bug-32457-Fix-CGI-vulnerability-in-addorderpl.patch (text/plain), 946 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2022-12-14 18:07:49 UTC
(
hide
)
Description:
Bug 32457: Fix CGI vulnerability in addorder.pl
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-12-14 18:07:49 UTC
Size:
946 bytes
patch
obsolete
>From b389f9a361cf16c11f3678b8e42aa6eb1e91a930 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 13 Dec 2022 14:31:10 +0000 >Subject: [PATCH] Bug 32457: Fix CGI vulnerability in addorder.pl > >Test plan: >Go to acqui/addorder.pl. >Create two items. >Check if results still match your expectations. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > acqui/addorder.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/acqui/addorder.pl b/acqui/addorder.pl >index 147d168050f..25fd4b3109d 100755 >--- a/acqui/addorder.pl >+++ b/acqui/addorder.pl >@@ -190,7 +190,7 @@ unless($confirm_budget_exceeding) { > foreach (keys %$vars) { > push @vars_loop, { > name => $_, >- values => [$input->param($_)], >+ values => [ $input->multi_param($_) ], > }; > } > >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32457
:
144554
| 144588