summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-09-02 18:13:05 +0000
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-09-02 18:13:05 +0000
commit6126b054b7df34e2eacc4af33436543b1ab5fe29 (patch)
tree6f86f5a844caec56318729d78b0c82484e35c322
parent4c4ca7f8b9e5f3a5fea2a2ff17bdd81a48d837b9 (diff)
downloadgitlab-ce-6126b054b7df34e2eacc4af33436543b1ab5fe29.tar.gz
Update CHANGELOG.md for 13.3.4
[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 89c328b93d3..652f9f8a2a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 13.3.4 (2020-09-02)
+
+### Security (1 change)
+
+- Protect OAuth endpoints from brute force/password stuffing.
+
+
## 13.3.3 (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