Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-12-17 00:27:56 +0300
committerStan Hu <stanhu@gmail.com>2019-12-17 00:29:15 +0300
commitede35d7828312f3c9336b3ded3826fb5fa93bd4b (patch)
treef75ccb17ed48f44ae7cd871565ae58154294cba9
parent008843a1129b4657c38cb0bae770d34046f3ac38 (diff)
Upgrade Rugged to v0.28.4.1
This fixes a number of CVEs in libgit2: https://github.com/libgit2/rugged/compare/v0.28.3.1..v0.28.4.1
-rw-r--r--changelogs/unreleased/sh-update-rugged.yml5
-rw-r--r--ruby/Gemfile.lock2
2 files changed, 6 insertions, 1 deletions
diff --git a/changelogs/unreleased/sh-update-rugged.yml b/changelogs/unreleased/sh-update-rugged.yml
new file mode 100644
index 000000000..090565088
--- /dev/null
+++ b/changelogs/unreleased/sh-update-rugged.yml
@@ -0,0 +1,5 @@
+---
+title: Upgrade Rugged to v0.28.4.1
+merge_request: 1701
+author:
+type: security
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 306b70d82..9d28a0730 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -176,7 +176,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.0)
- rugged (0.28.3.1)
+ rugged (0.28.4.1)
safe_yaml (1.0.5)
sanitize (4.6.6)
crass (~> 1.0.2)