summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-06-03 14:22:46 +0000
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-06-03 14:22:46 +0000
commit04a2da03ac72f5857d48771de8c4330d3afae743 (patch)
treeb5e3c141dbf836f905f4b009d674af8001012437
parente9927aa492d164d7f6355a2673369519fb86d738 (diff)
downloadgitlab-ce-04a2da03ac72f5857d48771de8c4330d3afae743.tar.gz
Update CHANGELOG.md for 13.0.4
[ci skip]
-rw-r--r--CHANGELOG.md7
-rw-r--r--changelogs/unreleased/security-ci-job-token-has-access-to-private-files.yml5
2 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1356338f635..53920c6ecc7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 13.0.4 (2020-06-03)
+
+### Security (1 change)
+
+- Prevent fetching repository code with unauthorized ci token.
+
+
## 13.0.3 (2020-05-29)
### Fixed (8 changes, 1 of them is from the community)
diff --git a/changelogs/unreleased/security-ci-job-token-has-access-to-private-files.yml b/changelogs/unreleased/security-ci-job-token-has-access-to-private-files.yml
deleted file mode 100644
index b96480de3c5..00000000000
--- a/changelogs/unreleased/security-ci-job-token-has-access-to-private-files.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Prevent fetching repository code with unauthorized ci token
-merge_request:
-author:
-type: security