craigerl / aprsd

Amateur radio APRS daemon which listens for messages and responds. By KM6LYW.
Apache License 2.0
120 stars 19 forks source link

Bump rpyc from 5.3.1 to 6.0.0 #148

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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](https://github.com/craigerl/aprsd/network/alerts).
dependabot[bot] commented 4 months ago

Looks like rpyc is up-to-date now, so this is no longer needed.