]> cat aescling's git repositories - mastodon.git/commit
Address vulnerability from GHSA-3fjr-858r-92rw trunk origin/HEAD origin/trunk
authoraescling <aescling+gitlab@cat.family>
Thu, 1 Feb 2024 19:26:51 +0000 (14:26 -0500)
committeraescling <aescling+gitlab@cat.family>
Thu, 1 Feb 2024 19:26:51 +0000 (14:26 -0500)
commit6b2ef0f5134fdb579dbb330c6f08f1c5d005e905
tree9ded9c2cf6a86a2c889619b0c2e7689520c93032
parent56b2d8acf55c4c8488f2d2efa82c13a04681ac1f
Address vulnerability from GHSA-3fjr-858r-92rw

Based on https://github.com/mastodon/mastodon/compare/v4.1.12...v4.1.13

Notes:

* spec/lib/linked_data_signature_spec.rb: missing code this patch
  addresses; ignored
15 files changed:
app/controllers/concerns/signature_verification.rb
app/helpers/jsonld_helper.rb
app/lib/activitypub/activity.rb
app/lib/activitypub/linked_data_signature.rb
app/services/activitypub/fetch_remote_account_service.rb
app/services/activitypub/fetch_remote_actor_service.rb
app/services/activitypub/fetch_remote_key_service.rb
app/services/activitypub/fetch_remote_status_service.rb
app/services/activitypub/process_account_service.rb
app/services/fetch_resource_service.rb
spec/services/activitypub/fetch_remote_account_service_spec.rb
spec/services/activitypub/fetch_remote_actor_service_spec.rb
spec/services/activitypub/fetch_remote_key_service_spec.rb
spec/services/fetch_resource_service_spec.rb
spec/services/resolve_url_service_spec.rb