You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
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.
4 years ago
..
chewy
controllers Further preparation for Rails 6 (#15916) 4 years ago
helpers
javascript Fixing the hero widget (#15926) 4 years ago
lib Prepare Mastodon for zeitwerk autoloader (#15917) 4 years ago
mailers Prepare Mastodon for Rails 6 (#15911) 4 years ago
models WIP (#15222) 4 years ago
policies
presenters
serializers
services
validators Bypass MX validation for explicitly allowed domains (#15930) 4 years ago
views Fix brakeman warning (#15870) 4 years ago
workers Fix configuration for sidekiq-unique-jobs after 7.x upgrade (#15908) 4 years ago