From 3755af40b114fa277a874b8ab585a567d1e49518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Tue, 8 Oct 2019 16:43:12 +0300 Subject: [PATCH 1/5] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60c93bfa6..1c6108aac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +08.10.2019 +* Removed unused epp routes [#1335](https://github.com/internetee/registry/pull/1335) + 07.10.2019 * Clarified reference to proper phone nr format in EPP spec [#1343](https://github.com/internetee/registry/pull/1343) From 30efc6ad8a072e1c7f3083e93580e7c9010c1328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Tue, 8 Oct 2019 16:46:34 +0300 Subject: [PATCH 2/5] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c6108aac..ef689c9b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ 08.10.2019 * Removed unused epp routes [#1335](https://github.com/internetee/registry/pull/1335) +* Removed Rspec and coverted specs to tests [#1336](https://github.com/internetee/registry/pull/1336) 07.10.2019 * Clarified reference to proper phone nr format in EPP spec [#1343](https://github.com/internetee/registry/pull/1343) From 34dac438e77b69a206a63c7bec3e0b2771b68ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Tue, 8 Oct 2019 16:50:09 +0300 Subject: [PATCH 3/5] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef689c9b3..a2d96cf15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ 08.10.2019 * Removed unused epp routes [#1335](https://github.com/internetee/registry/pull/1335) * 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) 07.10.2019 * Clarified reference to proper phone nr format in EPP spec [#1343](https://github.com/internetee/registry/pull/1343) From 6ee68d5a36ca200ee7cca530389d596257694eeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Tue, 8 Oct 2019 17:30:18 +0300 Subject: [PATCH 4/5] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d96cf15..e303ea613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ * Removed unused epp routes [#1335](https://github.com/internetee/registry/pull/1335) * 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) 07.10.2019 * Clarified reference to proper phone nr format in EPP spec [#1343](https://github.com/internetee/registry/pull/1343) From ca6fac5195941d36703ed6006f59758ea19c52e2 Mon Sep 17 00:00:00 2001 From: Georg Kahest Date: Tue, 8 Oct 2019 19:29:01 +0300 Subject: [PATCH 5/5] 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)