ActionController::UnfilteredParameters: unable to convert unpermitted parameters to hash

https://sentry.gitlab.net/gitlab/gitlabcom/issues/4105146/?referrer=gitlab_plugin

ActionController::UnfilteredParameters: unable to convert unpermitted parameters to hash
  app/finders/issuable_finder/params.rb:25:in `initialize'
    super(params.to_h.with_indifferent_access)
  app/finders/issuable_finder.rb:113:in `new'
    @params = params_class.new(params, current_user, klass)
  app/finders/issuable_finder.rb:113:in `initialize'
    @params = params_class.new(params, current_user, klass)
  app/controllers/concerns/issuable_collections.rb:73:in `new'
    finder_class.new(current_user, finder_options)
  app/controllers/concerns/issuable_collections.rb:73:in `issuable_finder_for'
    finder_class.new(current_user, finder_options)
...
(175 additional frame(s) were not displayed)

Proposal

Catch the error and notify the user that there is an invalid parameter in the URL

Edited by Gabe Weaver