Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-09-02 21:29:22 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-09-02 21:29:22 +0300
commit3e06e69f8c3e903f0d16176f555f72cfdb7e19db (patch)
treec8cb2a4d09366ec82b170e53f24bce6f7a3a7bf6
parent09e0a25e0ca193eb25e1dddd8555d0ace293a927 (diff)
Update CHANGELOG.md for 13.2.8
[ci skip]
-rw-r--r--CHANGELOG.md7
-rw-r--r--changelogs/unreleased/security-205-dblessing-oauth-token-brute-force.yml5
2 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2e730ca9b42..037d3dd90d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 13.2.8 (2020-09-02)
+
+### Security (1 change)
+
+- Protect OAuth endpoints from brute force/password stuffing.
+
+
## 13.2.7 (2020-09-02)
### Security (23 changes, 1 of them is from the community)
diff --git a/changelogs/unreleased/security-205-dblessing-oauth-token-brute-force.yml b/changelogs/unreleased/security-205-dblessing-oauth-token-brute-force.yml
deleted file mode 100644
index e53ef7ba09a..00000000000
--- a/changelogs/unreleased/security-205-dblessing-oauth-token-brute-force.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Protect OAuth endpoints from brute force/password stuffing
-merge_request:
-author:
-type: security