BigW Consortium Gitlab

Commit 6926edd0 by Oswaldo Ferreira

Update CHANGELOG.md for 10.1.6

[ci skip]
parent 7b54e82a
......@@ -2,6 +2,20 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 10.1.6 (2018-01-11)
### Security (8 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.
- 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.1.5 (2017-12-07)
### Security (5 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: 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