diff --git a/CHANGELOG.md b/CHANGELOG.md index 0adc7ae8cb3992088c493d1f14bb1ffd3c92cf04..c8d1b798ff44b21deb8fe9199d6c5092962f087d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 12.9.9 (2020-06-03) + +### Security (1 change) + +- Prevent fetching repository code with unauthorized ci token. + + ## 12.9.8 (2020-05-27) ### Security (13 changes) 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 b96480de3c534c321481f47ba28615e6376b096e..0000000000000000000000000000000000000000 --- 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