Commit 27784f93 authored by GitLab Release Tools Bot's avatar GitLab Release Tools Bot

Merge remote-tracking branch 'dev/master'

parents 8f2f7442 8733e7ed
Please view this file on the master branch, on stable branches it's out of date. Please view this file on the master branch, on stable branches it's out of date.
## 13.3.4 (2020-09-02)
- No changes.
## 13.3.3 (2020-09-02) ## 13.3.3 (2020-09-02)
### Security (2 changes) ### Security (2 changes)
...@@ -262,6 +266,10 @@ Please view this file on the master branch, on stable branches it's out of date. ...@@ -262,6 +266,10 @@ Please view this file on the master branch, on stable branches it's out of date.
- Replace -800 hex value, replace usages with -700. !39734 - Replace -800 hex value, replace usages with -700. !39734
## 13.2.8 (2020-09-02)
- No changes.
## 13.2.7 (2020-09-02) ## 13.2.7 (2020-09-02)
### Security (2 changes) ### Security (2 changes)
...@@ -661,6 +669,10 @@ Please view this file on the master branch, on stable branches it's out of date. ...@@ -661,6 +669,10 @@ Please view this file on the master branch, on stable branches it's out of date.
- Resolve duplicate use of shorcuts-tree. !36732 - Resolve duplicate use of shorcuts-tree. !36732
## 13.1.10 (2020-09-02)
- No changes.
## 13.1.9 (2020-09-02) ## 13.1.9 (2020-09-02)
### Security (2 changes) ### Security (2 changes)
......
...@@ -2,6 +2,13 @@ ...@@ -2,6 +2,13 @@
documentation](doc/development/changelog.md) for instructions on adding your own documentation](doc/development/changelog.md) for instructions on adding your own
entry. entry.
## 13.3.4 (2020-09-02)
### Security (1 change)
- Protect OAuth endpoints from brute force/password stuffing.
## 13.3.3 (2020-09-02) ## 13.3.3 (2020-09-02)
### Security (23 changes, 1 of them is from the community) ### Security (23 changes, 1 of them is from the community)
...@@ -582,6 +589,13 @@ entry. ...@@ -582,6 +589,13 @@ entry.
- Replace fa-pencil icon with GitLab SVG. !39648 - Replace fa-pencil icon with GitLab SVG. !39648
## 13.2.8 (2020-09-02)
### Security (1 change)
- Protect OAuth endpoints from brute force/password stuffing.
## 13.2.7 (2020-09-02) ## 13.2.7 (2020-09-02)
### Security (23 changes, 1 of them is from the community) ### Security (23 changes, 1 of them is from the community)
...@@ -1679,6 +1693,13 @@ entry. ...@@ -1679,6 +1693,13 @@ entry.
- Remove removeIssue logic from list model. (nuwe1) - Remove removeIssue logic from list model. (nuwe1)
## 13.1.10 (2020-09-02)
### Security (1 change)
- Protect OAuth endpoints from brute force/password stuffing.
## 13.1.9 (2020-09-02) ## 13.1.9 (2020-09-02)
### Security (23 changes, 1 of them is from the community) ### Security (23 changes, 1 of them is from the community)
......
---
title: Protect OAuth endpoints from brute force/password stuffing
merge_request:
author:
type: security
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment