Update CHANGELOG.md for 11.11.5

[ci skip]
parent 1c320888
......@@ -2,6 +2,22 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 11.11.5 (2019-06-27)
### Security (10 changes)
- Disable Rails SQL query cache when applying service templates. !30060
- Add missing authorizations in GraphQL.
- Fix DoS vulnerability in color validation regex.
- Expose merge requests count based on user access.
- Fix Denial of Service for comments when rendering issues/MR comments.
- Gate MR head_pipeline behind read_pipeline ability.
- Prevent Billion Laughs attack.
- Correctly check permissions when creating snippet notes.
- Prevent the detection of merge request templates by unauthorized users.
- Persist tmp snippet uploads at users.
## 11.11.4 (2019-06-26)
### Fixed (3 changes)
......
---
title: Persist tmp snippet uploads at users
merge_request:
author:
type: security
---
title: Gate MR head_pipeline behind read_pipeline ability.
merge_request:
author:
type: security
---
title: Fix DoS vulnerability in color validation regex
merge_request:
author:
type: security
---
title: Expose merge requests count based on user access
merge_request:
author:
type: security
---
title: Fix Denial of Service for comments when rendering issues/MR comments
merge_request:
author:
type: security
---
title: Add missing authorizations in GraphQL
merge_request:
author:
type: security
---
title: Prevent Billion Laughs attack
merge_request:
author:
type: security
---
title: Correctly check permissions when creating snippet notes
merge_request:
author:
type: security
---
title: Prevent the detection of merge request templates by unauthorized users
merge_request:
author:
type: security
---
title: Disable Rails SQL query cache when applying service templates
merge_request: 30060
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