From 39187a8406b89b6c7fe523f6081f806431dfc86b Mon Sep 17 00:00:00 2001 From: GitLab Release Tools Bot Date: Wed, 2 Sep 2020 18:13:08 +0000 Subject: [PATCH] Update CHANGELOG.md for 13.3.4 [ci skip] --- CHANGELOG.md | 7 +++++++ .../security-205-dblessing-oauth-token-brute-force.yml | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 changelogs/unreleased/security-205-dblessing-oauth-token-brute-force.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 728427806a2..f298013d188 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