File tree 4 files changed +81
-11
lines changed
docs/synapse/userguides/model_updates
4 files changed +81
-11
lines changed Original file line number Diff line number Diff line change 6
6
Synapse Changelog
7
7
*****************
8
8
9
+ v2.205.0 - 2025-03-28
10
+ =====================
11
+
12
+ Model Changes
13
+ -------------
14
+ - Added a ``uses `` light edge between ``it:prod:soft `` and ``risk:vuln `` forms.
15
+ (`#4198 <https://github.com/vertexproject/synapse/pull/4198 >`_)
16
+ - Added a ``targets `` light edge between ``risk:compromise `` and
17
+ ``ou:industry `` forms.
18
+ (`#4198 <https://github.com/vertexproject/synapse/pull/4198 >`_)
19
+ - See :ref: `userguide_model_v2_205_0 ` for more detailed model changes.
20
+
9
21
v2.204.1 - 2025-03-25
10
22
=====================
11
23
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+
2
+
3
+ .. _userguide_model_v2_205_0 :
4
+
5
+ ######################
6
+ v2.205.0 Model Updates
7
+ ######################
8
+
9
+ The following model updates were made during the ``v2.205.0 `` Synapse release.
10
+
11
+ *********
12
+ New Forms
13
+ *********
14
+
15
+ ``tel:phone:type:taxonomy ``
16
+ A taxonomy of phone number types.
17
+
18
+
19
+
20
+ **************
21
+ New Properties
22
+ **************
23
+
24
+ ``econ:acct:balance ``
25
+ The form had the following property added to it:
26
+
27
+ ``instrument ``
28
+ The financial insutrument holding the balance.
29
+
30
+
31
+ ``tel:phone ``
32
+ The form had the following property added to it:
33
+
34
+ ``type ``
35
+ The type of phone number.
36
+
37
+
38
+
39
+ ***********
40
+ Light Edges
41
+ ***********
42
+
43
+ ``targets ``
44
+ When used with a ``risk:compromise `` and an ``ou:industry `` node, the edge
45
+ indicates the compromise was assessed to be based on the victim's role in
46
+ the industry.
47
+
48
+
49
+ ``uses ``
50
+ When used with a ``it:prod:soft `` and an ``risk:vuln `` node, the edge
51
+ indicates the software uses the vulnerability.
52
+
53
+
54
+
55
+ *********************
56
+ Deprecated Properties
57
+ *********************
58
+
59
+ ``econ:acct:balance ``
60
+ The form had the following properties deprecated:
61
+
62
+
63
+ ``crypto:address ``
64
+ Deprecated. Please use ``:instrument ``.
65
+
66
+
67
+ ``pay:card ``
68
+ Deprecated. Please use ``:instrument ``.
69
+
You can’t perform that action at this time.
0 commit comments