Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
7 Nov 2025 at 08:51 UTC
Updated:
1 Dec 2025 at 14:09 UTC
Jump to comment: Most recent
Comments
Comment #2
vishal.kadamComment #3
georges adwan commentedComment #4
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 #5
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 #6
georges adwan commentedComment #7
vishal.kadam1. FILE: README.md
The README file is missing the required section - Configuration.
2. FILE: src/Plugin/Field/FieldFormatter/RenderedEntityListFormatter.php
New modules, which are compatible with Drupal 10 and higher versions are expected to include type declarations in property definitions, and use constructor property promotion.
Comment #8
georges adwan commentedThe f ixes src/Plugin/Field/FieldFormatter/RenderedEntityListFormatter.php in as well as the configuration section of the README.md have been pushed unto the 1.0.x branch
Comment #9
vishal.kadamRest looks good to me.
Please wait for a Project Moderator to take a look and if everything goes fine, you will get the role.
Comment #10
avpadernosrc/Plugin/Field/FieldFormatter/RenderedEntityListFormatter.php
Projects that are compatible with Drupal 10 or higher versions should use attributes instead of annotations. This means requiring at least Drupal 10.3, but this is not an issue, considering that the minimum supported Drupal version is now Drupal 10.4.9.
rendered_entity_list_formatter.module
For a new module that aims to be compatible with Drupal 10/11, it is expected it implements hooks as class methods as described in Support for object oriented hook implementations using autowired services.
It requires increasing the minimum required Drupal 10 version, but that is not an issue, since not all the Drupal 10 releases are currently supported.
my_formatter is not the machine name for the module. The usual description for a .module file is Hook implementations for the [module name] module. where [module name] is the module name reported in the .info.yml file.
Comment #11
georges adwan commentedThe changes mentioned in comment #10 are done and pushed to the branch
Comment #12
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 #13
avpaderno