-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Cisphyx <[email protected]> Co-authored-by: blackout <[email protected]>
- Loading branch information
1 parent
5b93678
commit 7041004
Showing
9 changed files
with
262 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
227 changes: 227 additions & 0 deletions
227
docs/synapse/userguides/model_updates/update_v2_193_0.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,227 @@ | ||
|
||
|
||
.. _userguide_model_v2_193_0: | ||
|
||
###################### | ||
v2.193.0 Model Updates | ||
###################### | ||
|
||
The following model updates were made during the ``v2.193.0`` Synapse release. | ||
|
||
************** | ||
New Properties | ||
************** | ||
|
||
``inet:egress`` | ||
The form had the following property added to it: | ||
|
||
``host:iface`` | ||
The interface which the host used to connect out via the egress. | ||
|
||
|
||
``inet:email:message`` | ||
The form had the following property added to it: | ||
|
||
``id`` | ||
The ID parsed from the "message-id" header. | ||
|
||
|
||
``inet:flow`` | ||
The form had the following property added to it: | ||
|
||
``capture:host`` | ||
The host which captured the flow. | ||
|
||
|
||
``inet:service:account`` | ||
The form had the following property added to it: | ||
|
||
``url`` | ||
The primary URL associated with the account. | ||
|
||
|
||
``inet:service:bucket`` | ||
The form had the following property added to it: | ||
|
||
``url`` | ||
The primary URL associated with the bucket. | ||
|
||
|
||
``inet:service:bucket:item`` | ||
The form had the following property added to it: | ||
|
||
``url`` | ||
The primary URL associated with the bucket item. | ||
|
||
|
||
``inet:service:channel`` | ||
The form had the following property added to it: | ||
|
||
``url`` | ||
The primary URL associated with the channel. | ||
|
||
|
||
``inet:service:channel:member`` | ||
The form had the following property added to it: | ||
|
||
``url`` | ||
The primary URL associated with the channel membership. | ||
|
||
|
||
``inet:service:emote`` | ||
The form had the following property added to it: | ||
|
||
``url`` | ||
The primary URL associated with the emote. | ||
|
||
|
||
``inet:service:group`` | ||
The form had the following property added to it: | ||
|
||
``url`` | ||
The primary URL associated with the group. | ||
|
||
|
||
``inet:service:group:member`` | ||
The form had the following property added to it: | ||
|
||
``url`` | ||
The primary URL associated with the group membership. | ||
|
||
|
||
``inet:service:permission`` | ||
The form had the following property added to it: | ||
|
||
``url`` | ||
The primary URL associated with the permission. | ||
|
||
|
||
``inet:service:relationship`` | ||
The form had the following property added to it: | ||
|
||
``url`` | ||
The primary URL associated with the relationship. | ||
|
||
|
||
``inet:service:rule`` | ||
The form had the following property added to it: | ||
|
||
``url`` | ||
The primary URL associated with the rule. | ||
|
||
|
||
``inet:service:session`` | ||
The form had the following property added to it: | ||
|
||
``url`` | ||
The primary URL associated with the session. | ||
|
||
|
||
``inet:service:subscription`` | ||
The form had the following property added to it: | ||
|
||
``url`` | ||
The primary URL associated with the subscription. | ||
|
||
|
||
``inet:service:tenant`` | ||
The form had the following property added to it: | ||
|
||
``url`` | ||
The primary URL associated with the tenant. | ||
|
||
|
||
``inet:service:thread`` | ||
The form had the following property added to it: | ||
|
||
``url`` | ||
The primary URL associated with the thread. | ||
|
||
|
||
``it:dev:repo:issue:label`` | ||
The form had the following property added to it: | ||
|
||
``url`` | ||
The primary URL associated with the repository issue label. | ||
|
||
|
||
``it:host`` | ||
The form had the following property added to it: | ||
|
||
``url`` | ||
The primary URL associated with the host. | ||
|
||
|
||
``it:host:tenancy`` | ||
The form had the following property added to it: | ||
|
||
``url`` | ||
The primary URL associated with the host tenancy. | ||
|
||
|
||
``it:software:image`` | ||
The form had the following property added to it: | ||
|
||
``url`` | ||
The primary URL associated with the software image. | ||
|
||
|
||
``risk:leak`` | ||
The form had the following property added to it: | ||
|
||
``recipient`` | ||
The identity which received the leaked information. | ||
|
||
|
||
|
||
****************** | ||
Updated Interfaces | ||
****************** | ||
|
||
``inet:service:object`` | ||
The property ``url`` has been added to the interface. | ||
|
||
|
||
|
||
************* | ||
Updated Types | ||
************* | ||
|
||
``inet:web:hashtag`` | ||
The regular expression used to validate hashtags has been relaxed. | ||
|
||
|
||
|
||
*********** | ||
Light Edges | ||
*********** | ||
|
||
``enabled`` | ||
When used with a ``risk:leak`` and a ``risk:leak`` node, the edge | ||
indicates the source leak enabled the target leak to occur. | ||
|
||
|
||
``uses`` | ||
When used with a ``risk:mitigation`` and an ``it:prod:softver`` node, the | ||
edge indicates the mitigation uses the software version. | ||
|
||
When used with a ``risk:mitigation`` and an ``it:prod:hardware`` node, the | ||
edge indicates the mitigation uses the hardware. | ||
|
||
|
||
|
||
********************* | ||
Deprecated Properties | ||
********************* | ||
|
||
``risk:mitigation`` | ||
The form had the following properties deprecated: | ||
|
||
|
||
``hardware`` | ||
Deprecated. Please use risk:mitigation -(uses)> it:prod:hardware. | ||
|
||
|
||
``software`` | ||
Deprecated. Please use risk:mitigation -(uses)> it:prod:softver. | ||
|