[Koha-bugs] [Bug 14076] New: Noisy warns in opac-authorities-home.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 29 07:22:34 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14076

            Bug ID: 14076
           Summary: Noisy warns in opac-authorities-home.pl
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: mtompset at hotmail.com
        QA Contact: testopia at bugs.koha-community.org

While testing bug 14075, I noticed other noisy errors in my log file.

Please look into conversion of the $query->param(...) stuff starting around
line 62 into the use of $query->multi_param(...) equivalents.

[Wed Apr 29 01:03:03.943951 2015] [cgi:error] [pid 1930] [client
192.168.45.37:57137] AH01215: [Wed Apr 29 01:03:03 2015]
opac-authorities-home.pl: CGI::param called in list context from package main
line 62, 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.
[Wed Apr 29 01:03:03.944202 2015] [cgi:error] [pid 1930] [client
192.168.45.37:57137] AH01215: [Wed Apr 29 01:03:03 2015]
opac-authorities-home.pl: CGI::param called in list context from package main
line 63, 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.
[Wed Apr 29 01:03:03.944471 2015] [cgi:error] [pid 1930] [client
192.168.45.37:57137] AH01215: [Wed Apr 29 01:03:03 2015]
opac-authorities-home.pl: CGI::param called in list context from package main
line 64, 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.
[Wed Apr 29 01:03:03.944604 2015] [cgi:error] [pid 1930] [client
192.168.45.37:57137] AH01215: [Wed Apr 29 01:03:03 2015]
opac-authorities-home.pl: CGI::param called in list context from package main
line 65, 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.

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


More information about the Koha-bugs mailing list