mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 09:05:23 +08:00
## Summary Fix anonymous disclosure of hidden full names of reactors and likers via reaction-user APIs when `enable_names` setting is disabled. The `CustomReactionsController` now conditionally includes the `name` field only when `enable_names` is enabled, ensuring the invariant that hidden full names are not exposed to unauthenticated users. ## Source - Patch Triage: https://patch.discourse.org/patch-triage/1451 Co-authored-by: discourse-patch-triage <272280883+discourse-patch-triage[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| custom_reactions_controller_custom_emoji_spec.rb | ||
| custom_reactions_controller_spec.rb | ||
| post_action_users_controller_spec.rb | ||
| topics_controller_spec.rb | ||