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/config
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
..
environments Prepare Mastodon for Rails 6 (#15911) 4 years ago
initializers Prepare Mastodon for zeitwerk autoloader (#15917) 4 years ago
locales Fix brakeman warning (#15870) 4 years ago
webpack Bump js-yaml from 3.14.1 to 4.0.0 (#15484) 4 years ago
application.rb Use more robust hook for loading timestamp_id function into database (#15919) 4 years ago
boot.rb
brakeman.ignore Fix some ignored brakeman warnings (#15829) 4 years ago
database.yml
deploy.rb Bump capistrano from 3.15.0 to 3.16.0 (#15818) 4 years ago
environment.rb
i18n-tasks.yml
navigation.rb Add server rules (#15769) 4 years ago
pghero.yml
puma.rb
routes.rb Add `POST /api/v1/emails/confirmations` to REST API (#15816) 4 years ago
secrets.yml
settings.yml
sidekiq.yml
themes.yml
webpacker.yml