0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 01:10:43 +08:00
discourse/plugins/discourse-reactions/spec
discourse-patch-triage[bot] 5e51c6ab90 SECURITY: GroupPostSerializer leaks hidden full names through reaction post association [backport 2026.1]
Backport of #671 to release/2026.1.

---

GroupPostSerializer declared include_user_long_name? as the predicate
  for its :name attribute, but AMS looks for include_name?. The misnamed
  predicate was never called, so object.user.name was always serialized
  regardless of SiteSetting.enable_names.

https://github.com/discourse/discourse/security/advisories/GHSA-h3mq-9r6w-h33j
2026-05-19 00:26:55 +01:00
..
fabricators
lib
models DEV: Clean up requires (#34946) 2025-09-24 12:00:22 +02:00
reports DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
requests SECURITY: GroupPostSerializer leaks hidden full names through reaction post association [backport 2026.1] 2026-05-19 00:26:55 +01:00
serializers DEV: Add op_reactions_data to suggested topics (#36755) 2025-12-17 09:40:56 -06:00
services FEATURE: Prevent silenced users from liking and using reactions (#37040) 2026-01-13 13:59:57 +01:00
system FIX: Include user's own actions in actions_summary even when count is missing (#36865) 2025-12-31 09:05:20 +01:00
plugin_spec.rb DEV: Clean up scope resolution operators in plugins (#34979) 2025-09-30 14:36:34 +02:00