ikiwiki/IkiWiki
Amitai Schlair cfbcbda0ad Call CGI->param_fetch instead of CGI->param in array context
CGI->param has the misfeature that it is context-sensitive, and in
particular can expand to more than one scalar in function calls.
This led to a security vulnerability in Bugzilla, and recent versions
of CGI.pm will warn when it is used in this way.

In the situations where we do want to cope with more than one parameter
of the same name, CGI->param_fetch (which always returns an
array-reference) makes the intention clearer.

[commit message added by smcv]
2014-10-16 22:24:47 +01:00
..
Plugin Call CGI->param_fetch instead of CGI->param in array context 2014-10-16 22:24:47 +01:00
Setup Merge remote-tracking branch 'schmonz/portability' 2012-01-30 15:20:54 -04:00
CGI.pm Call CGI->param_fetch instead of CGI->param in array context 2014-10-16 22:24:47 +01:00
Receive.pm Consume all stdin when rcs_receive short-circuits, to avoid git SIPIPE race. 2011-12-05 15:17:01 -04:00
Render.pm Fix crash that can occur when only_committed_changes is set and a file is deleted from the underlay. 2014-09-26 18:55:09 -04:00
Setup.pm Detect plugins with a broken getsetup and warn. 2013-03-04 13:19:05 -04:00
UserInfo.pm
Wrapper.pm More cautious escaping of environment values. 2014-09-14 20:07:43 -04:00