Commit 9fb9cbf5 authored by GitLab Bot's avatar GitLab Bot

Add latest changes from gitlab-org/security/gitlab@13-8-stable-ee

parent 2bfe9c05
......@@ -2,6 +2,21 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 13.8.4 (2021-02-11)
### Security (9 changes)
- Cancel running and pending jobs when a project is deleted. !1220
- Prevent Denial of Service Attack on gitlab-shell.
- Prevent exposure of confidential issue titles in file browser.
- Updates authorization for linting API.
- Check user access on API merge request read actions.
- Limit daily invitations to groups and projects.
- Enforce the analytics enabled project setting for project-level analytics features.
- Perform SSL verification for FortiTokenCloud Integration.
- Prevent Server-side Request Forgery for Prometheus when secured by Google IAP.
## 13.8.3 (2021-02-05)
### Fixed (2 changes)
......
13.8.3
\ No newline at end of file
13.8.4
\ No newline at end of file
---
title: Cancel running and pending jobs when a project is deleted
merge_request: 1220
author:
type: security
---
title: Check user access on API merge request read actions
merge_request:
author:
type: security
---
title: Prevent exposure of confidential issue titles in file browser
merge_request:
author:
type: security
---
title: Updates authorization for linting API
merge_request:
author:
type: security
---
title: Prevent Denial of Service Attack on gitlab-shell
merge_request:
author:
type: security
---
title: Limit daily invitations to groups and projects
merge_request:
author:
type: security
---
title: Enforce the analytics enabled project setting for project-level analytics features
merge_request:
author:
type: security
---
title: Perform SSL verification for FortiTokenCloud Integration
merge_request:
author:
type: security
---
title: Prevent Server-side Request Forgery for Prometheus when secured by Google IAP
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