Manually add 10.2.4 changelog entries

This commit is contained in:
Michael Kozono 2017-12-08 14:05:17 -08:00
parent f4fbe61a9e
commit 0f81167570
4 changed files with 11 additions and 15 deletions

View File

@ -2,6 +2,17 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 10.2.4 (2017-12-08)
### Security (4 changes)
- Fix e-mail address disclosure through member search fields
- Prevent creating issues through API when user does not have permissions
- Prevent an information disclosure in the Groups API
- Fix user without access to private Wiki being able to see it on the project page
- Fix Cross-Site Scripting (XSS) vulnerability while editing a comment
## 10.2.3 (2017-11-30)
### Fixed (7 changes)

View File

@ -1,5 +0,0 @@
---
title: Don't match partial email adresses
merge_request: 2227
author:
type: security

View File

@ -1,5 +0,0 @@
---
title: Prevent creating issues through API when user does not have permissions
merge_request:
author:
type: security

View File

@ -1,5 +0,0 @@
---
title: Prevent an information disclosure in the Groups API
merge_request:
author:
type: security