summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRémy Coutable <remy@gitlab.com>2016-04-07 11:56:44 +0000
committerRobert Speicher <rspeicher@gmail.com>2016-04-07 14:39:08 -0400
commit6da54f2e8f847361e12373fc4be3ec918cc6b901 (patch)
treec5eea243d74b9ead70221f07733e6239a78ea740 /CHANGELOG
parent1419bb1b944ccf1b451013b600fa22b24283879f (diff)
downloadgitlab-ce-6da54f2e8f847361e12373fc4be3ec918cc6b901.tar.gz
Merge branch 'fix/2fa-authentication-spoofing' into 'master'
Fix 2FA authentication spoofing Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d6868a8face..7b0e5e9ce25 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
Please view this file on the master branch, on stable branches it's out of date.
+v 8.3.7
+ - Fix a 2FA authentication spoofing vulnerability.
+
v 8.3.6
- Don't attempt to fetch any tags from a forked repo (Stan Hu).