You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SilverStripe Release Announcements
We have a new security release of SilverStripe available: 2.4.3-rc1
We'd appreciate everyone's help testing it, so that we can make a
stable release as soon as possible.
Changes overview:
- Fixed a security issue where destructive controller actions are not
correctly secured against Cross-Site Request Forgery (CSRF). This
affects various CMS interfaces, as well as classes based on
TableListField or ComplexTableField.
- Enhance the protection of the assets/ directory in both IIS and
Apache by including a file type whitelist.
- Compatibility with PHPUnit 3.5
- Allow direct test execution through the "phpunit" binary, in
addition to the existing "sake" executable and TestRunner class.
- Misc. fixes to validation in date-based form fields, as well as
better formatting of dates in non-default locales.