Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
24 Jul 2024 at 12:06 UTC
Updated:
10 Apr 2025 at 11:04 UTC
Jump to comment: Most recent
Comments
Comment #2
jan kellermann commentedComment #3
vishal.kadamThank 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.
phpcs --standard=Drupal,DrupalPracticeon the project, which alone fixes most of what reviewers would report.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 #4
vishal.kadamComment #5
avpadernosrc/Controller/UsercentricsAppListBuilder.php
\Drupal\Core\Config\Entity\DraggableListBuilderis not part of the public API, and it cannot be used as parent class from contributed modules.It is not even a controller class, which means it cannot be used as parent class for controllers.
src/Form/SettingsForm.php
The constructor is not calling the parent class constructor.
Comment #6
jan kellermann commentedThank you for your feedback.
src/Form/SettingsForm.php
The call of parent class constructor is added. I also checked other classes for missing calls of parent's constructor.
src/Controller/UsercentricsAppListBuilder.php
The list builder is completely refactored. Thank you, The development was not finished.
Comment #7
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 the dedicated reviewers as well.
Comment #8
avpadernoComment #10
avpaderno