]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/news/version_3.20161229.mdwn
7d96cedb91524789668dd6fc16f0531035023694
[git.ikiwiki.info.git] / doc / news / version_3.20161229.mdwn
1 ikiwiki 3.20161229 released with [[!toggle text="these changes"]]
2 [[!toggleable text="""
3    * Security: force CGI::FormBuilder->field to scalar context where
4      necessary, avoiding unintended function argument injection
5      analogous to [[!cve CVE-2014-1572]]. In ikiwiki this could be used to
6      forge commit metadata, but thankfully nothing more serious.
7      ([[!cve CVE-2016-9646]])
8    * Security: try revert operations in a temporary working tree before
9      approving them. Previously, automatic rename detection could result in
10      a revert writing outside the wiki srcdir or altering a file that the
11      reverting user should not be able to alter, an authorization bypass.
12      ([[!cve CVE-2016-10026]] represents the original vulnerability.)
13      The incomplete fix released in 3.20161219 was not effective for git
14      versions prior to 2.8.0rc0.
15      ([[!cve CVE-2016-9645]] represents that incomplete solution.)
16    * Add CVE references for CVE-2016-10026
17    * Add automated test for using the CGI with git, including
18      CVE-2016-10026
19      - Build-depend on libipc-run-perl for better build-time test coverage
20    * Add missing ikiwiki.setup for the manual test for CVE-2016-10026
21    * git: don't issue a warning if the rcsinfo CGI parameter is undefined
22    * git: do not fail to commit changes with a recent git version
23      and an anonymous committer"""]]