File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 4.1.23] ( https://github.com/TheHive-Project/TheHive/milestone/94 ) (2022-07-22)
4
+
5
+ ** Fixed bugs:**
6
+
7
+ - [ Bug] system user can be deleted by integrity checks [ \# 2406] ( https://github.com/TheHive-Project/TheHive/issues/2406 )
8
+
9
+
3
10
## [ 4.1.22] ( https://github.com/TheHive-Project/TheHive/milestone/93 ) (2022-07-01)
4
11
5
12
** Implemented enhancements:**
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Dependencies._
2
2
import com .typesafe .sbt .packager .Keys .bashScriptDefines
3
3
import org .thp .ghcl .Milestone
4
4
5
- val thehiveVersion = " 4.1.22 -1"
5
+ val thehiveVersion = " 4.1.23 -1"
6
6
val scala212 = " 2.12.13"
7
7
val scala213 = " 2.13.1"
8
8
val supportedScalaVersions = List (scala212, scala213)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " thehive" ,
3
- "version" : " 4.1.22 -1" ,
3
+ "version" : " 4.1.23 -1" ,
4
4
"license" : " AGPL-3.0" ,
5
5
"dependencies" : {
6
6
"jquery" : " ^3.4.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " thehive" ,
3
- "version" : " 4.1.22 -1" ,
3
+ "version" : " 4.1.23 -1" ,
4
4
"license" : " AGPL-3.0" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments