mastodon/spec/services/activitypub
Claire 0c9eac80d8
Fix unbounded recursion in post discovery (#23506)
* Add a limit to how many posts can get fetched as a result of a single request

* Add tests

* Always pass `request_id` when processing `Announce` activities

---------

Co-authored-by: nametoolong <nametoolong@users.noreply.github.com>
2023-02-10 22:16:37 +01:00
..
fetch_featured_collection_service_spec.rb
fetch_featured_tags_collection_service_spec.rb
fetch_remote_account_service_spec.rb
fetch_remote_actor_service_spec.rb
fetch_remote_key_service_spec.rb
fetch_remote_status_service_spec.rb Fix unbounded recursion in post discovery (#23506) 2023-02-10 22:16:37 +01:00
fetch_replies_service_spec.rb
process_account_service_spec.rb Fix unbounded recursion in account discovery (#22025) 2022-12-07 00:15:24 +01:00
process_collection_service_spec.rb Refactor ActivityPub handling to prepare for non-Account actors (#19212) 2022-09-21 22:45:57 +02:00
process_status_update_service_spec.rb
synchronize_followers_service_spec.rb