I got following warning in plack error log while verifying Bug 17206: CGI::param called in list context from package C4::Biblio line 2605, 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 436.
For these param/multi_param reports you do not (really) need Koha security.
Steps to recreate?
Marc, is it still valid?
I guess it comes from 2623 my $ind1 = _default_ind_to_space( substr( $cgi->param($param), 0, 1 ) ); 2624 my $ind2 = _default_ind_to_space( substr( $cgi->param( $params[ $i + 1 ] ), 0, 1 ) );
(In reply to Jonathan Druart from comment #3) > Marc, is it still valid? Sorry, I have no time to test at the moment.
This is not a security bug, moving out the Koha security project.