Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
25 Apr 2025 at 12:51 UTC
Updated:
13 Sep 2025 at 20:29 UTC
Jump to comment: Most recent
Comments
Comment #2
yorickdv commentedComment #3
yorickdv commentedComment #4
vishal.kadamComment #5
avpadernoThank you for applying!
Please read Review process for security advisory coverage: What to expect for more details and Security advisory coverage application checklist to understand what reviewers look for. Tips for ensuring a smooth review gives some hints for a smoother review.
The important notes are the following.
To the reviewers
Please read How to review security advisory coverage applications, Application workflow, What to cover in an application review, and Tools to use for reviews.
The important notes are the following.
For new reviewers, I would also suggest to first read In which way the issue queue for coverage applications is different from other project queues.
Comment #6
avpadernoRemember to change status, when the project is ready for review, as in this queue Active means Don't review yet the project I am using for this application.
Comment #7
yorickdv commentedThe project is ready for review
Comment #8
avpadernosrc/Form/IgnoreFieldsSettingsForm.php
There is no need to implement a form class for a settings form that is used only by a plugin: A plugin that needs a configuration form implements
\Drupal\Core\Plugin\PluginFormInterface.Comment #9
yorickdv commentedThank you for the review.
However, I believe there may be a misunderstanding about the architecture. This module implements global configuration, not plugin-specific configuration.
The IgnoreFieldsSettingsForm is a module-level settings form that saves to tmgmt_ignore_fields.settings.yml and affects all tmgmt translation jobs site-wide. This is the correct pattern for global module configuration using ConfigFormBase.
The c pattern you mentioned applies to plugin-specific configuration where each plugin instance needs its own settings, which is not the case here. This module provides a single global setting that determines which fields to ignore for all translation jobs.
Comment #10
avpadernoThank you for your contribution and for your patience with the review process!
I am going to update your account so you can opt into security advisory coverage any project you create, including the projects you already created.
These are some recommended readings to help you with maintainership:
You can find more contributors chatting on Slack or IRC in #drupal-contribute. So, come hang out and stay involved!
Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
I thank also all the reviewers for helping with these applications.
Comment #11
avpaderno