Commit f672b134 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'master' of dev.gitlab.org:gitlab/gitlab-ee

parents 5a411b6e 815689c8
Please view this file on the master branch, on stable branches it's out of date. Please view this file on the master branch, on stable branches it's out of date.
## 12.6.4
- No changes.
## 12.6.2 ## 12.6.2
### Security (2 changes) ### Security (2 changes)
...@@ -228,6 +232,10 @@ Please view this file on the master branch, on stable branches it's out of date. ...@@ -228,6 +232,10 @@ Please view this file on the master branch, on stable branches it's out of date.
- Remove IIFEs from jira_connect.js file. !19248 (nuwe1) - Remove IIFEs from jira_connect.js file. !19248 (nuwe1)
## 12.4.8
- No changes.
## 12.4.5 ## 12.4.5
- No changes. - No changes.
......
...@@ -2,6 +2,13 @@ ...@@ -2,6 +2,13 @@
documentation](doc/development/changelog.md) for instructions on adding your own documentation](doc/development/changelog.md) for instructions on adding your own
entry. entry.
## 12.6.4
### Security (1 change)
- Fix private objects exposure when using Project Import functionality.
## 12.6.2 ## 12.6.2
### Security (6 changes) ### Security (6 changes)
...@@ -817,6 +824,13 @@ entry. ...@@ -817,6 +824,13 @@ entry.
- Change selects from default browser style to custom style. - Change selects from default browser style to custom style.
## 12.4.8
### Security (1 change)
- Fix private objects exposure when using Project Import functionality.
## 12.4.5 ## 12.4.5
- No changes. - No changes.
......
---
title: Fix private objects exposure when using Project Import functionality
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