Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump rpyc from 5.3.1 to 6.0.0 #62

Merged
merged 1 commit into from
May 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2024

Bumps rpyc from 5.3.1 to 6.0.0.

Release notes

Sourced from rpyc's releases.

6.0.0: Fixed RCE from array

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.
Changelog

Sourced from rpyc's changelog.

6.0.0

Date: 2024-02-23

  • [#551](https://github.com/tomerfiliba-org/rpyc/issues/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: tomerfiliba-org/rpyc#551

Commits
  • 0194cbd Updated CHANGELOG.rst for major release 6
  • bba1d35 Fixed #551 by validating the server side is configured to allow pickle
  • 19a9f03 Fixed matchs -> matches per codespell complaint
  • 63ee434 Fixed errors in test_urllib3.py
  • 1b071da Changed test host/ip settings for registry to avoid accidental ipv6 usage.
  • bd0e4d0 Stopped using logger.warn as it is deprecated, used logger.warning instead.
  • 3661e8c Add references to 3.12
  • f715399 Expanded testing to validate BaseNetref/NetrefMetaclass mro since any a f...
  • c3ff92b Added required settings build.os and build.tools that were missing from .read...
  • 3f82027 Updated classic.rst and services.rst print syntax to python 3
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [rpyc](https://github.com/tomerfiliba-org/rpyc) from 5.3.1 to 6.0.0.
- [Release notes](https://github.com/tomerfiliba-org/rpyc/releases)
- [Changelog](https://github.com/tomerfiliba-org/rpyc/blob/master/CHANGELOG.rst)
- [Commits](tomerfiliba-org/rpyc@5.3.1...6.0.0)

---
updated-dependencies:
- dependency-name: rpyc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 6, 2024
@bpiwowar bpiwowar merged commit 6cef2da into master May 7, 2024
2 of 3 checks passed
@dependabot dependabot bot deleted the dependabot/pip/rpyc-6.0.0 branch May 7, 2024 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant