21 Jun
2022
21 Jun
'22
8:13 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27697 --- Comment #11 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Jonathan Druart from comment #10)
This adds a new warning in the log
[2022/06/16 10:31:18] [WARN] CGI::param called in list context from /kohadevbox/koha/catalogue/detail.pl line 626, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /usr/share/perl5/CGI.pm line 414.
It should be
$template->param(found1 => scalar $query->param('found1') );
See bug 30997. -- You are receiving this mail because: You are watching all bug changes.