Merge branch 'seeddms-5.1.x'

This commit is contained in:
Uwe Steinmann 2019-06-20 08:27:24 +02:00
commit 4bcb5f8e4c

View File

@ -1,10 +1,12 @@
--------------------------------------------------------------------------------
Changes in version 5.1.11
--------------------------------------------------------------------------------
- fix for CVE-2019-12744, add .htaccess file to data directory, better
documentation for installing seeddms
- fix for CVE-2019-12745 and CVE-2019-12801, propperly escape strings used
in Select2 js library used by UsrMgr and GroupMgr
- fix for CVE-2019-12744 (Remote Command Execution through unvalidated
file upload), add .htaccess file to data directory, better documentation
for installing seeddms
- fix for CVE-2019-12745 (Persistent or Stored XSS in UsrMgr) and
CVE-2019-12801 (Persistent or Stored XSS in GroupMgr), propperly escape
strings used in Select2 js library used by UsrMgr and GroupMgr
- do not show attributes in search results in extra column anymore
- fix setting language during login (Closes #437)
- fix indexing documents even if no preIndexDocument hook is set (Closes #437)