summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2019-02-11 20:39:27 +0000
committerNick Thomas <nick@gitlab.com>2019-02-11 20:44:10 +0000
commit2b283dd81fbbcbad9e5b6b8ae37f10fb6f9dc01d (patch)
tree70c6de6a48926865abd966846e0db56374b5a21b /changelogs
parenta1215556ec6c5ab84862519b82cee99645dad357 (diff)
downloadgitlab-ce-2b283dd81fbbcbad9e5b6b8ae37f10fb6f9dc01d.tar.gz
Update sshkey to v2.0.0
This release fixes a bug in handling certain ed25519 keys. For more details, see this GitHub issue: https://github.com/bensie/sshkey/issues/34
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/47150-update-sshkey.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/47150-update-sshkey.yml b/changelogs/unreleased/47150-update-sshkey.yml
new file mode 100644
index 00000000000..342bdb1e2bc
--- /dev/null
+++ b/changelogs/unreleased/47150-update-sshkey.yml
@@ -0,0 +1,5 @@
+---
+title: Fix validation of certain ed25519 keys
+merge_request: 25115
+author: Merlijn B. W. Wajer
+type: fixed