Archived
2
0
Fork 0
This repository has been archived on 2024-06-09. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
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.
2021-03-19 23:48:59 +01:00
..
chewy Change tootctl search deploy algorithm (#14300) 2020-07-14 18:10:35 +02:00
controllers Further preparation for Rails 6 (#15916) 2021-03-19 02:45:34 +01:00
helpers Use custom mascot on static share page (#15687) 2021-02-11 02:18:56 +01:00
javascript Fixing the hero widget (#15926) 2021-03-19 20:23:32 +01:00
lib Prepare Mastodon for zeitwerk autoloader (#15917) 2021-03-19 02:42:43 +01:00
mailers Prepare Mastodon for Rails 6 (#15911) 2021-03-17 10:09:55 +01:00
models WIP (#15222) 2021-03-19 17:15:36 +01:00
policies Add server rules (#15769) 2021-02-21 19:50:12 +01:00
presenters Add server rules (#15769) 2021-02-21 19:50:12 +01:00
serializers Add server rules (#15769) 2021-02-21 19:50:12 +01:00
services Fix URL scanning in note length validator and preview card fetching (#15827) 2021-03-04 00:12:26 +01:00
validators Bypass MX validation for explicitly allowed domains (#15930) 2021-03-19 23:48:47 +01:00
views Fix brakeman warning (#15870) 2021-03-19 23:48:59 +01:00
workers Fix configuration for sidekiq-unique-jobs after 7.x upgrade (#15908) 2021-03-15 11:17:43 +01:00