Commit 187cae1b authored by GitLab Bot's avatar GitLab Bot

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

parent d79daf5b
......@@ -2,6 +2,21 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 13.5.2 (2020-11-02)
### Security (9 changes)
- Add CSRF protection to runner pause and resume. !1021
- Do not expose Terraform state record in API.
- Path traversal to RCE via LFS upload.
- Update container_repository_name_regex to prevent catastrophic backtracking.
- Validate nuget package names.
- Prevent private repo from being accessed via internal Kubernetes API.
- Validate each upload param key in multipart.rb.
- Fix XSS vulnerability for job build dependencies.
- Fix unauthorized user is able to access schedule pipeline variables and values.
## 13.5.1 (2020-10-22)
### Other (1 change)
......
13.5.1
\ No newline at end of file
13.5.2
\ No newline at end of file
---
title: Validate each upload param key in multipart.rb
merge_request:
author:
type: security
---
title: Validate nuget package names
merge_request:
author:
type: security
---
title: Path traversal to RCE via LFS upload
merge_request:
author:
type: security
---
title: Update container_repository_name_regex to prevent catastrophic backtracking
merge_request:
author:
type: security
---
title: Do not expose Terraform state record in API
merge_request:
author:
type: security
---
title: Prevent private repo from being accessed via internal Kubernetes API
merge_request:
author:
type: security
---
title: Add CSRF protection to runner pause and resume
merge_request: 1021
author:
type: security
---
title: Fix XSS vulnerability for job build dependencies
merge_request:
author:
type: security
---
title: Fix unauthorized user is able to access schedule pipeline variables and values
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