https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16154
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal --- Comment #5 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
