Update CHANGELOG.md for 8.17.6

[ci skip]
This commit is contained in:
Lin Jen-Shin 2017-05-05 12:53:44 +00:00
parent 444df931e7
commit 715cdc1afd
1 changed files with 11 additions and 0 deletions

View File

@ -643,6 +643,17 @@ entry.
- Change development tanuki favicon colors to match logo color order.
- API issues - support filtering by iids.
## 8.17.6 (2017-05-05)
- Enforce project features when searching blobs and wikis.
- Fixed branches dropdown rendering branch names as HTML.
- Make Asciidoc & other markup go through pipeline to prevent XSS.
- Validate URLs in markdown using URI to detect the host correctly.
- Fix for XSS in project import view caused by Hamlit filter usage.
- Sanitize submodule URLs before linking to them in the file tree view.
- Refactor snippets finder & dont return internal snippets for external users.
- Fix snippets visibility for show action - external users can not see internal snippets.
## 8.17.5 (2017-04-05)
- Dont show source project name when user does not have access.