You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Scenario Generation from OpenCTI Security Coverage
25
+
26
+
In **OpenAEV 2.2.0**, the interconnection between OpenCTI and OpenAEV requires matching major versions:
27
+
28
+
-**OpenAEV 2.2.0** only works with **OpenCTI V7**
29
+
-**OpenCTI V7** only works with **OpenAEV 2.2.0**
30
+
31
+
Due to API and interconnection changes introduced in OpenCTI V7, previous versions of OpenCTI are not compatible
32
+
with OpenAEV 2.2.0, and conversely, OpenCTI V7 is not compatible with earlier versions of OpenAEV.
33
+
34
+
!!! success "Resolved in OpenAEV 2.2.1"
35
+
36
+
Backwards compatibility with older OpenCTI versions has been restored starting from **OpenAEV 2.2.1**. This breaking change only affects **OpenAEV 2.2.0**.
37
+
38
+
If you are upgrading to OpenAEV 2.2.0, please make sure to upgrade both OpenCTI and OpenAEV simultaneously to avoid service disruption.
39
+
40
+
For more details, see [this migration guide](breaking-changes/2.2.0-opencti-security-coverage.md)
15
41
16
42
## OpenAEV 2.1.0
17
43
@@ -20,7 +46,9 @@ This table regroups all the breaking changes introduced, with the corresponding
20
46
<aid="openaev-encryption"></a>
21
47
#### OpenAEV encryption
22
48
23
-
With the introduction of the OpenAEV catalog, built-in connectors now store their configuration in the database. To ensure security, secrets and passwords within these configurations must be encrypted. This requires two new mandatory properties to be configured.
49
+
With the introduction of the OpenAEV catalog, built-in connectors now store their configuration in the database. To
50
+
ensure security, secrets and passwords within these configurations must be encrypted. This requires two new mandatory
51
+
properties to be configured.
24
52
25
53
For more details, see [this migration guide](breaking-changes/2.1.0-encrypting-password.md)
26
54
@@ -29,14 +57,19 @@ For more details, see [this migration guide](breaking-changes/2.1.0-encrypting-p
29
57
### Deprecation
30
58
31
59
<aid="openaev-renaming"></a>
60
+
32
61
#### OpenAEV renaming
33
62
34
-
Following the evolution of scope in OpenBAS (Open Breach & Attack Simulation), it was decided to rename the project to OpenAEV (Open Adversarial Exposure Validation).
63
+
Following the evolution of scope in OpenBAS (Open Breach & Attack Simulation), it was decided to rename the project to
64
+
OpenAEV (Open Adversarial Exposure Validation).
35
65
36
-
This platform allows you to entirely create custom attack scenarios to emulate on endpoints. You can even create your own automated tabletop crisis simulation.
66
+
This platform allows you to entirely create custom attack scenarios to emulate on endpoints. You can even create your
67
+
own automated tabletop crisis simulation.
37
68
38
-
All those changes require manual modifications to upgrade from previous versions of OpenBAS, even if a lot have been automated.
69
+
All those changes require manual modifications to upgrade from previous versions of OpenBAS, even if a lot have been
70
+
automated.
39
71
40
-
Take note that the first startup can be longer, all modifications have to be applied, and it can take a bit longer than usual.
72
+
Take note that the first startup can be longer, all modifications have to be applied, and it can take a bit longer than
73
+
usual.
41
74
42
75
For more details, see [this migration guide](breaking-changes/2.0.0-openaev-renaming.md)
# Scenario Generation from OpenCTI Security Coverage
2
+
3
+
!!! info ""
4
+
5
+
* **Introduced in**: `OpenAEV 2.2.0`
6
+
* **Resolved in**: `OpenAEV 2.2.1`
7
+
8
+
## Description of changes
9
+
10
+
In **OpenAEV 2.2.0**, the interconnection between **OpenCTI** and **OpenAEV** requires matching major
11
+
versions:
12
+
13
+
-**OpenAEV 2.2.0** only works with **OpenCTI V7**
14
+
-**OpenCTI V7** only works with **OpenAEV 2.2.0**
15
+
16
+
Due to API and interconnection changes introduced in OpenCTI V7, previous versions of OpenCTI are not compatible
17
+
with OpenAEV 2.2.0, and conversely, OpenCTI V7 is not compatible with earlier versions of OpenAEV.
18
+
19
+
!!! success "Resolved in OpenAEV 2.2.1"
20
+
21
+
Backwards compatibility with older OpenCTI versions has been restored starting from **OpenAEV 2.2.1**. This breaking change only affects **OpenAEV 2.2.0**.
22
+
23
+
If you upgrade to OpenAEV 2.2.0 without upgrading OpenCTI, the interconnection will not function properly. Both
24
+
platforms
25
+
must be upgraded simultaneously when moving to OpenAEV 2.2.0.
0 commit comments