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 0a120d86d2
Fix error-prone SQL queries (#15828)
* Fix error-prone SQL queries in Account search

While this code seems to not present an actual vulnerability, one could
easily be introduced by mistake due to how the query is built.

This PR parameterises the `to_tsquery` input to make the query more robust.

* Harden code for Status#tagged_with_all and Status#tagged_with_none

Those two scopes aren't used in a way that could be vulnerable to an SQL
injection, but keeping them unchanged might be a hazard.

* Remove unneeded spaces surrounding tsquery term

* Please CodeClimate

* Move advanced_search_for SQL template to its own function

This avoids one level of indentation while making clearer that the SQL template
isn't build from all the dynamic parameters of advanced_search_for.

* Add tests covering tagged_with, tagged_with_all and tagged_with_none

* Rewrite tagged_with_none to avoid multiple joins and make it more robust

* Remove obsolete brakeman warnings

* Revert "Remove unneeded spaces surrounding tsquery term"

The two queries are not strictly equivalent.

This reverts commit 86f16c537e.
3 years ago
..
chewy Add trending links (#16917) 3 years ago
controllers Add OMNIAUTH_ONLY environment variable to enforce externa log-in (#17288) 3 years ago
helpers Add OMNIAUTH_ONLY environment variable to enforce externa log-in (#17288) 3 years ago
javascript Change `percent` to `rate` in retention metrics API (#16910) 3 years ago
lib Change `percent` to `rate` in retention metrics API (#16910) 3 years ago
mailers Add notifications for statuses deleted by moderators (#17204) 3 years ago
models Fix error-prone SQL queries (#15828) 3 years ago
policies Add ability for admins to delete canonical email blocks (#16644) 3 years ago
presenters Add graphs and retention metrics to admin dashboard (#16829) 4 years ago
serializers Change `percent` to `rate` in retention metrics API (#16910) 3 years ago
services Fix error when processing poll updates (#17333) 3 years ago
validators Add support for private pinned posts (#16954) 3 years ago
views Add OMNIAUTH_ONLY environment variable to enforce externa log-in (#17288) 3 years ago
workers Fix error when using raw distribution worker (#17334) 3 years ago