]> git.koha-community.org Git - koha.git/commit
Bug 20031: CGI param in list context warn in guided_reports.pl
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 18 Jan 2018 14:40:15 +0000 (15:40 +0100)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 16 Feb 2018 00:47:13 +0000 (00:47 +0000)
commit5abb08859152c7af509a4c719d2b2ee2f2bf20fd
tree6790b5b4ce6243cb68d1123f97b52635b634b5e4
parentf9fa8227367d65600eca4d2dbf5e2d8c09370b81
Bug 20031: CGI param in list context warn in guided_reports.pl

Resolve warn:
CGI::param called in list context from package CGI::Compile::ROOT::usr_share_koha_shadowclone_reports_guided_reports_2epl line 794, this can lead to vulnerabilities. [NOTE: line number from older Koha version.]

Test plan:
Looking at this change should convince you already. Another look at this
routine in C4/Output.pm would be bonus.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
reports/guided_reports.pl