Use strong_parameters for ForksController#index
What does this MR do and why?
Sentry errors:
- https://sentry.gitlab.net/gitlab/gitlabcom/issues/3152530
- https://sentry.gitlab.net/gitlab/gitlabcom/issues/3172939
Sanitize input query parameters for ForksController#index
How to set up and validate locally
Similar query parameters should not return a 500 error: http://127.0.0.1:3000/flightjs/Flight/-/forks?filter_projects[test]=test&sort[test]=created_asc&user=test
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.