[Koha-bugs] [Bug 16154] Replace CGI->param with CGI->multi_param in list context

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 29 11:35:13 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16154

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal

--- Comment #5 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
This is the kind of patchset that does not have a clear and specific test plan.
The expected goal is to 1. get rid of the warning "CGI::param called in list
context" in logs, 2. fix the vulnerability caused by the calls of CGI->param in
list context (see description of bug 15809 if you need more info about that).

An important thing to check is that the subroutines modified by this patch
should not be called from scripts which do not use C4::Context (if multi_param
is called).

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list