Remove gitlab_custom_project_template from import_sources column
Problem
Custom project template export was accidentally added to import sources, which allowed admins to enable it as an import source.
As a result, import_sources column in application_settings table can include gitlab_custom_project_template value.
Proposal
- Create a migration to remove
gitlab_custom_project_templatevalues fromimport_sourcesin theapplication_settingstable - Adjust validation to prevent
gitlab_custom_project_templatefrom being added as an import source
Edited by 🤖 GitLab Bot 🤖
