Skip to content

Commit 7c327bc

Browse files
Release 5.6.2 (#119)
* Updated latest version number and created release notes * Updated API doc
1 parent 9650e4b commit 7c327bc

5 files changed

Lines changed: 88 additions & 58 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| TheHive version | Elasticsearch |
22
|-----------------|----------------------------|
3-
| 5.5.10 - 5.6.1 | 7.11.x - 9.1.x |
3+
| 5.5.10 - 5.6.2 | 7.11.x - 9.1.x |
44
| 5.5.0 - 5.5.9 | 7.11.x - 8.x |
55
| 5.3.0 - 5.4.11 | 7.10.x - 8.x |
66
| 5.0.0 - 5.2.16 | 7.2.x - 7.17.x|
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<!--start-shortversion-->5.6<!--end-shortversion-->
2-
<!--start-fullversion-->5.6.1<!--end-fullversion-->
2+
<!--start-fullversion-->5.6.2<!--end-fullversion-->

docs/thehive/api-docs/docs.yaml

Lines changed: 63 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.1.0
22
info:
33
title: TheHive
4-
version: v5.6.1
4+
version: v5.6.2
55
description: "\n## General\n\nAlmost all of the endpoints will require an authentication.\
66
\ Supported ways of authentication are detailed below.\n\nEach user has permissions,\
77
\ defined by their role. The permissions of the user are checked when making api\
@@ -23991,20 +23991,6 @@ paths:
2399123991
application/json:
2399223992
schema:
2399323993
$ref: '#/components/schemas/OutputInvokeFunctionOk'
23994-
'500':
23995-
description: GenericError
23996-
content:
23997-
application/json:
23998-
schema:
23999-
type: object
24000-
required:
24001-
- type
24002-
- message
24003-
properties:
24004-
type:
24005-
type: string
24006-
message:
24007-
type: string
2400823994
'400':
2400923995
description: BadRequest
2401023996
content:
@@ -24061,6 +24047,22 @@ paths:
2406124047
type: string
2406224048
message:
2406324049
type: string
24050+
'500':
24051+
description: InternalError
24052+
content:
24053+
application/json:
24054+
schema:
24055+
anyOf:
24056+
- $ref: '#/components/schemas/OutputInvokeFunctionKo'
24057+
- type: object
24058+
required:
24059+
- type
24060+
- message
24061+
properties:
24062+
type:
24063+
type: string
24064+
message:
24065+
type: string
2406424066
security:
2406524067
- Api Key: []
2406624068
- Basic: []
@@ -24123,20 +24125,6 @@ paths:
2412324125
anyOf:
2412424126
- $ref: '#/components/schemas/OutputInvokeFunctionOk'
2412524127
- $ref: '#/components/schemas/OutputInvokeFunctionBackground'
24126-
'500':
24127-
description: GenericError
24128-
content:
24129-
application/json:
24130-
schema:
24131-
type: object
24132-
required:
24133-
- type
24134-
- message
24135-
properties:
24136-
type:
24137-
type: string
24138-
message:
24139-
type: string
2414024128
'400':
2414124129
description: BadRequest
2414224130
content:
@@ -24193,6 +24181,22 @@ paths:
2419324181
type: string
2419424182
message:
2419524183
type: string
24184+
'500':
24185+
description: InternalError
24186+
content:
24187+
application/json:
24188+
schema:
24189+
anyOf:
24190+
- $ref: '#/components/schemas/OutputInvokeFunctionKo'
24191+
- type: object
24192+
required:
24193+
- type
24194+
- message
24195+
properties:
24196+
type:
24197+
type: string
24198+
message:
24199+
type: string
2419624200
security:
2419724201
- Api Key: []
2419824202
- Basic: []
@@ -24528,20 +24532,6 @@ paths:
2452824532
application/json:
2452924533
schema:
2453024534
$ref: '#/components/schemas/OutputInvokeFunctionOk'
24531-
'500':
24532-
description: GenericError
24533-
content:
24534-
application/json:
24535-
schema:
24536-
type: object
24537-
required:
24538-
- type
24539-
- message
24540-
properties:
24541-
type:
24542-
type: string
24543-
message:
24544-
type: string
2454524535
'400':
2454624536
description: BadRequest
2454724537
content:
@@ -24598,6 +24588,22 @@ paths:
2459824588
type: string
2459924589
message:
2460024590
type: string
24591+
'500':
24592+
description: InternalError
24593+
content:
24594+
application/json:
24595+
schema:
24596+
anyOf:
24597+
- $ref: '#/components/schemas/OutputInvokeFunctionKo'
24598+
- type: object
24599+
required:
24600+
- type
24601+
- message
24602+
properties:
24603+
type:
24604+
type: string
24605+
message:
24606+
type: string
2460124607
security:
2460224608
- Api Key: []
2460324609
- Basic: []
@@ -28687,19 +28693,21 @@ paths:
2868728693
message:
2868828694
type: string
2868928695
'500':
28690-
description: GenericError
28696+
description: InternalError
2869128697
content:
2869228698
application/json:
2869328699
schema:
28694-
type: object
28695-
required:
28696-
- type
28697-
- message
28698-
properties:
28699-
type:
28700-
type: string
28701-
message:
28702-
type: string
28700+
anyOf:
28701+
- $ref: '#/components/schemas/OutputInvokeFunctionKo'
28702+
- type: object
28703+
required:
28704+
- type
28705+
- message
28706+
properties:
28707+
type:
28708+
type: string
28709+
message:
28710+
type: string
2870328711
security:
2870428712
- Api Key: []
2870528713
- Basic: []
@@ -34971,8 +34979,10 @@ components:
3497134979
- stderr
3497234980
properties:
3497334981
errorType:
34982+
description: Error type encountered by the server
3497434983
type: string
3497534984
errorMessage:
34985+
description: Precise error that led to execution failure
3497634986
type: string
3497734987
stdout:
3497834988
description: Content of stdout

docs/thehive/installation/software-requirements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The tables below list the supported versions for Linux installations, Docker Com
88

99
| TheHive version | Java | Cassandra | Elasticsearch | OpenSearch | Cortex | Notes |
1010
|-----------------|------|-----------|---------------|------------|-------|-------|
11-
| 5.5.10 - 5.6.1 | 11 | 4.0.x - 4.1.x | 7.11.x - 9.1.x | Supported, except for audit log storage | 3.1.6 - 4.x | ES 8.x required for Cortex 4.x · ES 7.17+ required for [audit log storage](installation-guide-linux-standalone-server.md#step-53-audit-log-storage) |
11+
| 5.5.10 - 5.6.2 | 11 | 4.0.x - 4.1.x | 7.11.x - 9.1.x | Supported, except for audit log storage | 3.1.6 - 4.x | ES 8.x required for Cortex 4.x · ES 7.17+ required for [audit log storage](installation-guide-linux-standalone-server.md#step-53-audit-log-storage) |
1212
| 5.5.0 - 5.5.9 | 11 | 4.0.x - 4.1.x | 7.11.x - 8.x | Supported, except for audit log storage | 3.1.6 - 4.x | ES 8.x required for Cortex 4.x · ES 7.17+ required for [audit log storage](installation-guide-linux-standalone-server.md#step-53-audit-log-storage) |
1313
| 5.3.0 - 5.4.11 | 11 | 4.0.x - 4.1.x | 7.10.x - 8.x | Supported | All versions | ES 8.x required for Cortex 4.x |
1414
| 5.0.0 - 5.2.16 | 11 | 4.0.x - 4.1.x | 7.2.x - 7.17.x | Not supported | 3.2.1 and earlier | --- |
@@ -19,13 +19,13 @@ The tables below list the supported versions for Linux installations, Docker Com
1919

2020
| TheHive version | Docker Engine | Docker Compose plugin |
2121
|-----------------|---------------|----------------|
22-
| 5.0.0 - 5.6.1 | v23.0.15+ | v2.20.2+ |
22+
| 5.0.0 - 5.6.2 | v23.0.15+ | v2.20.2+ |
2323

2424
=== "Kubernetes deployment with Helm"
2525

2626
| TheHive version | Kubernetes cluster | Helm |
2727
|-----------------|---------------|----------------|
28-
| 5.0.0 - 5.6.1 | v1.23.0+ | v3.8.0+ |
28+
| 5.0.0 - 5.6.2 | v1.23.0+ | v3.8.0+ |
2929

3030
<h2>Next steps</h2>
3131

docs/thehive/release-notes/release-notes-5.6.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
{% include-markdown "includes/api-public-v0-deprecation.md" %}
44

5+
## 5.6.2 - March 17, 2026
6+
7+
### Fixes
8+
9+
* Cases: Creating a restricted or external case from scratch now correctly checks user permissions and the allowed user list before the case is created.
10+
* Markdown: The standard undo and redo keyboard shortcuts are operational again in the Markdown editor.
11+
* Case preview: Counters for tasks, observables, and TTPs now update in real time.
12+
* Timeline: Timeline events no longer render HTML content, which keeps event details displayed as plain text.
13+
* Global endpoints: Fixed an issue affecting the organization input field when editing global endpoints.
14+
* Case pages: Long code lines in Markdown blocks now wrap correctly on case pages.
15+
16+
### Vulnerabilities
17+
18+
* Images: Restricted accepted image MIME types to PNG, JPG, and JPEG.
19+
20+
### Improvements
21+
22+
* Cases: You can now filter the case list by restricted cases.
23+
* Organizations: The user list now includes a profile type column.
24+
525
## 5.6.1 - February 25, 2026
626

727
### Regression fix

0 commit comments

Comments
 (0)