From ca6fac5195941d36703ed6006f59758ea19c52e2 Mon Sep 17 00:00:00 2001 From: Georg Kahest Date: Tue, 8 Oct 2019 19:29:01 +0300 Subject: [PATCH] Fixes CVE-2018-1000544 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e303ea613..85e4197ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * Removed Rspec and coverted specs to tests [#1336](https://github.com/internetee/registry/pull/1336) * Added test for EPP hello request [#1337](https://github.com/internetee/registry/pull/1337) * Removed unused csr and crt columns from user table [#264](https://github.com/internetee/registry/issues/264) +* Bump rubyzip from 1.2.2 to 1.3.0 [#1349](https://github.com/internetee/registry/pull/1349) 07.10.2019 * Clarified reference to proper phone nr format in EPP spec [#1343](https://github.com/internetee/registry/pull/1343)