From 76c9a5330edd7b92c0451003381a531ed40dd6ee Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Tue, 17 Mar 2026 16:01:48 +0100 Subject: [PATCH] Fix too loose registration strong parameters --- app/controllers/conference_registrations_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/conference_registrations_controller.rb b/app/controllers/conference_registrations_controller.rb index 70cfc736..764438b2 100644 --- a/app/controllers/conference_registrations_controller.rb +++ b/app/controllers/conference_registrations_controller.rb @@ -110,7 +110,6 @@ class ConferenceRegistrationsController < ApplicationController def registration_params params.require(:registration) .permit( - :conference_id, :volunteer, :accepted_code_of_conduct, vchoice_ids: [], qanswer_ids: [], qanswers_attributes: [],