BigW Consortium Gitlab

Commit 724456bf by Oswaldo Ferreira

Update CHANGELOG.md for 10.2.6

[ci skip]
parent 0337f3d5
......@@ -2,6 +2,21 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 10.2.6 (2018-01-11)
### Security (9 changes, 1 of them is from the community)
- Fix writable shared deploy keys.
- Filter out sensitive fields from the project services API. (Robert Schilling)
- Fix RCE via project import mechanism.
- Fixed IPython notebook output not being sanitized.
- Prevent OAuth login POST requests when a provider has been disabled.
- Prevent a SQL injection in the MilestonesFinder.
- Check user authorization for source and target projects when creating a merge request.
- Fix path traversal in gitlab-ci.yml cache:key.
- Fix XSS vulnerability in pipeline job trace.
## 10.2.5 (2017-12-15)
### Fixed (8 changes)
......
---
title: Fix XSS vulnerability in pipeline job trace
merge_request:
author:
type: security
---
title: Filter out sensitive fields from the project services API
merge_request:
author: Robert Schilling
type: security
---
title: Fix RCE via project import mechanism
merge_request:
author:
type: security
---
title: Fixed IPython notebook output not being sanitized
merge_request:
author:
type: security
---
title: Prevent OAuth login POST requests when a provider has been disabled
merge_request:
author:
type: security
---
title: Prevent a SQL injection in the MilestonesFinder
merge_request:
author:
type: security
---
title: Check user authorization for source and target projects when creating a merge
request.
merge_request:
author:
type: security
---
title: Fix path traversal in gitlab-ci.yml cache:key
merge_request:
author:
type: security
---
title: Fix writable shared deploy keys
merge_request:
author:
type: security
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment