mastodon/app/views/admin
Claire 876840e9ef
Fix brakeman warning (#15870)
As far as I understand, the brakeman warning was a false-positive as
`content_tag` properly escapes untrusted HTML. Furthermore, the interpolated
string values are built from the “username” part of accounts, which is
restricted to a small subset of ASCII that precludes any XML entity or HTML
code.

This proposed change should be functionally equivalent to the current code,
however it is slightly more robust, it's more idiomatic, and Brakeman will
stop complaining about it.
2021-03-19 23:48:59 +01:00
..
account_actions Add inline description of moderation actions in moderation interface (#15792) 2021-02-24 16:53:16 +01:00
account_moderation_notes
account_warnings
accounts Fix some ignored brakeman warnings (#15829) 2021-03-07 07:06:56 +01:00
action_logs Fix brakeman warning (#15870) 2021-03-19 23:48:59 +01:00
announcements
change_emails
custom_emojis
dashboard
domain_allows
domain_blocks
email_domain_blocks Fix some ignored brakeman warnings (#15829) 2021-03-07 07:06:56 +01:00
instances Fix some ignored brakeman warnings (#15829) 2021-03-07 07:06:56 +01:00
invites
ip_blocks
pending_accounts
relationships
relays
report_notes
reports Fix brakeman warning (#15870) 2021-03-19 23:48:59 +01:00
rules
settings
statuses
tags
warning_presets