Skip to content

Commit

Permalink
Updated CHANGELOG.rst for major release 6
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed Feb 23, 2024
1 parent bba1d35 commit 0194cbd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
6.0.0
=====
Date: 2024-02-23

- `#551`_ Resolves security issue that results in RCE. The fix breaks backwards compatibility for those that rely on the `__array__` attribute used by `numpy`. This RCE is only exploitable when the server-side gets the attribute `__array__` and calls it (e.g., `np.array(x)`). This issues effects all versions since major release 4.

.. _#551: https://github.com/tomerfiliba-org/rpyc/issues/551

5.3.1
=====
Date: 2023-02-21
Expand Down
4 changes: 2 additions & 2 deletions rpyc/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '5.3.1'
__version__ = '6.0.0'
version = tuple(__version__.split('.'))
release_date = "2023-02-21"
release_date = "2024-02-23"

0 comments on commit 0194cbd

Please sign in to comment.