Skip to content

Commit

Permalink
Changelog for v2.193.0 (#4053)
Browse files Browse the repository at this point in the history
Co-authored-by: Cisphyx <[email protected]>
Co-authored-by: blackout <[email protected]>
  • Loading branch information
3 people authored Jan 7, 2025
1 parent 5b93678 commit 7041004
Show file tree
Hide file tree
Showing 9 changed files with 262 additions and 39 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,41 @@
Synapse Changelog
*****************

v2.193.0 - 2025-01-06
=====================

Model Changes
-------------
- Updated the ``infotech``, ``inet``, and ``risk`` models.
(`#4047 <https://github.com/vertexproject/synapse/pull/4047>`_)
- See :ref:`userguide_model_v2_193_0` for more detailed model changes.

Features and Enhancements
-------------------------
- Updated the Storm ``parallel`` command behavior to avoid creating empty
pipelines when there are fewer inbound nodes than the number of pipelines
specified by the ``--size`` argument.
(`#4041 <https://github.com/vertexproject/synapse/pull/4041>`_)
- Refactored backup streaming logic and error handling.
(`#4042 <https://github.com/vertexproject/synapse/pull/4042>`_)
- Added ``indent`` kwarg to ``$lib.json.save()`` to indent serialized json with
a number of spaces.
(`#4052 <https://github.com/vertexproject/synapse/pull/4052>`_)

Bugfixes
--------
- Relaxed ``inet:web:hashtag`` regex.
(`#4033 <https://github.com/vertexproject/synapse/pull/4033>`_)
- Fixed an issue where certain exceptions raised while calling a function in
Storm were not providing appropriate details about the origin of the
exception.
(`#4038 <https://github.com/vertexproject/synapse/pull/4038>`_)
- Added a patch for Python ``http.cookies`` module to address CVE-2024-7592
exposure.
(`#4045 <https://github.com/vertexproject/synapse/pull/4045>`_)
- Fixed SIGINT handling in the ``synapse.tools.storm`` CLI tool.
(`#4048 <https://github.com/vertexproject/synapse/pull/4048>`_)

v2.192.0 - 2024-12-13
=====================

Expand Down
5 changes: 0 additions & 5 deletions changes/34ba15e2aef8b5c6be4d0274db884f84.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions changes/3ef24cd8510986bf45e39e390b383077.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/5433695fd5f2187f2cd9f7a4ba0ae4d9.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions changes/9d85121addff53793ad88883586796cc.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/bd45773cff22d0cf547370e90918ba58.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions changes/e25248c44d5ba33a43ae937a0bb25fd5.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changes/ee212e05bce42ad7a031359242fab68b.yaml

This file was deleted.

227 changes: 227 additions & 0 deletions docs/synapse/userguides/model_updates/update_v2_193_0.rst
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.

0 comments on commit 7041004

Please sign in to comment.