From 9fa22bb6c382488c2e4949f7501a2c9d67a5cbba Mon Sep 17 00:00:00 2001 From: To-om Date: Fri, 17 Jun 2022 17:19:24 +0200 Subject: [PATCH 1/2] #2388 Remove duplicate / in S3 path (for old MinIO version) --- ScalliGraph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScalliGraph b/ScalliGraph index bdf6b0beb..2c2a7a461 160000 --- a/ScalliGraph +++ b/ScalliGraph @@ -1 +1 @@ -Subproject commit bdf6b0beb75643fa4300b2d1391aa8d7b3da85b8 +Subproject commit 2c2a7a461dcfc6aa3e6fcdd23f7fd079c1d5d4c7 From adcaf71c5b21bb12584932c2d309d8b54b19baf9 Mon Sep 17 00:00:00 2001 From: To-om Date: Wed, 22 Jun 2022 10:01:29 +0200 Subject: [PATCH 2/2] Release 4.1.21 --- CHANGELOG.md | 7 +++++++ build.sbt | 2 +- frontend/bower.json | 2 +- frontend/package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15504cae2..0f3ed4193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [4.1.21](https://github.com/TheHive-Project/TheHive/milestone/91) (2022-06-22) + +**Fixed bugs:** + +- [Bug] S3 storage fails with old version of Minio [\#2388](https://github.com/TheHive-Project/TheHive/issues/2388) +- [Bug ] Authentication Bypass Vulnerability [\#2391](https://github.com/TheHive-Project/TheHive/issues/2391) + ## [4.1.20](https://github.com/TheHive-Project/TheHive/milestone/90) (2022-05-16) **Implemented enhancements:** diff --git a/build.sbt b/build.sbt index ea95e7119..818ec7f06 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import Dependencies._ import com.typesafe.sbt.packager.Keys.bashScriptDefines import org.thp.ghcl.Milestone -val thehiveVersion = "4.1.20-1" +val thehiveVersion = "4.1.21-1" val scala212 = "2.12.13" val scala213 = "2.13.1" val supportedScalaVersions = List(scala212, scala213) diff --git a/frontend/bower.json b/frontend/bower.json index 6dae84e2a..3a05e18c1 100644 --- a/frontend/bower.json +++ b/frontend/bower.json @@ -1,6 +1,6 @@ { "name": "thehive", - "version": "4.1.20-1", + "version": "4.1.21-1", "license": "AGPL-3.0", "dependencies": { "jquery": "^3.4.1", diff --git a/frontend/package.json b/frontend/package.json index dae4bc798..7a5316e4e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "thehive", - "version": "4.1.20-1", + "version": "4.1.21-1", "license": "AGPL-3.0", "repository": { "type": "git",