Blame view

framework/docs/en/04_Changelogs/rc/3.1.0-rc3.md 721 Bytes
385d70ca   Administrator   Importers CRUD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  # 3.1.0-rc3
  
  ## Overview
  
  ### Security: XSS in CMS "Security" section (SS-2013-007)
  
  See [announcement](http://www.silverstripe.org/ss-2013-007-xss-in-cms-security-section/)
  ### Security: XSS in form validation errors (SS-2013-008)
  
  See [announcement](http://www.silverstripe.org/ss-2013-008-xss-in-numericfield-validation/)
  
  ### Security: XSS in CMS "Pages" section (SS-2013-009)
  
  See [announcement](http://www.silverstripe.org/ss-2013-009-xss-in-cms-pages-section/)
  
  ### API: Form validation message no longer allow HTML
  
  Due to cross-site scripting concerns when user data is used for form messages,
  it is no longer possible to use HTML in `Form->sessionMessage()`, and consequently
  in the `FormField->validate()` API.