Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 7b31a9a

Browse files
committed
Merge branch 'hotfix/4.1.21'
2 parents 906d8bc + adcaf71 commit 7b31a9a

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [4.1.21](https://github.com/TheHive-Project/TheHive/milestone/91) (2022-06-22)
4+
5+
**Fixed bugs:**
6+
7+
- [Bug] S3 storage fails with old version of Minio [\#2388](https://github.com/TheHive-Project/TheHive/issues/2388)
8+
- [Bug ] Authentication Bypass Vulnerability [\#2391](https://github.com/TheHive-Project/TheHive/issues/2391)
9+
310
## [4.1.20](https://github.com/TheHive-Project/TheHive/milestone/90) (2022-05-16)
411

512
**Implemented enhancements:**

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Dependencies._
22
import com.typesafe.sbt.packager.Keys.bashScriptDefines
33
import org.thp.ghcl.Milestone
44

5-
val thehiveVersion = "4.1.20-1"
5+
val thehiveVersion = "4.1.21-1"
66
val scala212 = "2.12.13"
77
val scala213 = "2.13.1"
88
val supportedScalaVersions = List(scala212, scala213)

frontend/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thehive",
3-
"version": "4.1.20-1",
3+
"version": "4.1.21-1",
44
"license": "AGPL-3.0",
55
"dependencies": {
66
"jquery": "^3.4.1",

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thehive",
3-
"version": "4.1.20-1",
3+
"version": "4.1.21-1",
44
"license": "AGPL-3.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)