0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/script/bulk_import
Ruben Oussoren 19849e5ba4
FIX: Prevent anonymized user data leaks in bulk imports (#42113)
Previously, generic bulk imports could retain identifying data such as
external accounts, avatars, custom fields, and staff notes for
anonymized users.

This change excludes that data and applies privacy-safe email
preferences while preserving anonymous username mappings.
2026-08-05 11:58:38 -04:00
..
base.rb FIX: Prevent anonymized user data leaks in bulk imports (#42113) 2026-08-05 11:58:38 -04:00
discourse_merger.rb DEV: Enable Rails/FilePath rubocop rule (#40097) 2026-05-19 19:07:54 +02:00
generic_bulk.rb FIX: Prevent anonymized user data leaks in bulk imports (#42113) 2026-08-05 11:58:38 -04:00
phpbb_postgresql.rb DEV: Enable Style/RedundantBegin rubocop rule (#40096) 2026-05-19 18:44:54 +02:00
uploads_importer.rb DEV: Enable Style/RedundantBegin rubocop rule (#40096) 2026-05-19 18:44:54 +02:00
uploads_importer.yml MT: Fix upload import issues (#39703) 2026-05-04 15:19:07 +02:00
vanilla.rb
vbulletin.rb DEV: Enable Style/RedundantParentheses rubocop rule (#40095) 2026-05-19 15:48:09 +02:00
vbulletin5.rb