Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2024 at 10:29 UTC
Updated:
30 Sep 2025 at 06:19 UTC
Jump to comment: Most recent
Comments
Comment #2
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.
Keep in mind that once the project is opted into security advisory coverage, only Security Team members may change coverage.
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 #3
avpadernoRemember to change status, when the project is ready to be reviewed. In this queue, projects are only reviewed when the status is Needs review.
Comment #4
dev.drupal.lnComment #5
vishal.kadammasteris a wrong name for a branch. Release branch names always end with the literal .x as described in Release branches.Comment #6
rushikesh raval commented@dev.drupal.ln Please do not change status to Needs Review for application which you have not created.
Comment #7
avpadernoSince the status has not been changed from the applicant, and the status was Active, this application cannot be yet reviewed.
Comment #8
avpadernoI am closing this application because the status set by the applicant was Active, and the applicant has not posted any comment in three months.
@mylocaltrades Please re-open this issue when you fixed what reported, and you will be able to follow this application.
Comment #9
mylocaltrades commentedHi!
Thanks so much for the initial feedback and review.
I've now completed the following:
Could you please reopen the application so it can proceed?
Thanks again!
— Gary (mylocaltrades)
Comment #10
mylocaltrades commentedComment #11
vishal.kadamComment #12
vishal.kadamFILE: webform_gohighlevel.info.yml
Remove these lines from the info file, it will be added by drupal.org packaging automatically.
Comment #13
mylocaltrades commentedHi Vishal,
I’ve removed the packaging metadata from the .info.yml file as requested.
All changes are now pushed to the 1.0.x branch.
Please let me know if anything else is needed — thank you!
— Gary (mylocaltrades)
Comment #14
vishal.kadamRest looks fine to me.
Please wait for a Project Moderator to take a look and if everything goes fine, you will get the role.
Comment #15
avpadernosrc/Plugin/WebformHandler/GoHighLevelHandler.php
Plugins need to use dependency injection for the services they use. The
\Drupalmethods are for procedural code, or for static methods, which cannot use class properties.Comment #16
mylocaltrades commentedHi avpaderno,
Thanks again so much for the review. I’ve now updated the module to use dependency injection for the logger service as recommended. All changes are committed to the 1.0.x branch.
Please let me know if anything else needs adjusting.
Thanks again!
Comment #17
avpadernoThe parent class already has a property for the logger factory.
Dependency injection should be used also in this case.
Verify classes are not using the
\Drupalclass for dependencies.Comment #18
mylocaltrades commentedHi avpaderno,
Thanks so much for the follow-up and guidance, really appreciated!
I've now updated the plugin to use proper dependency injection for both the logger and the HTTP client, following Drupal best practices. This should resolve the concerns regarding use of `\Drupal::` static access.
All changes are committed to the `1.0.x` branch. Please do let me know if anything else needs attention, always happy to make adjustments.
Thanks again for your help!
Comment #19
mylocaltrades commentedComment #20
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 #21
avpadernoComment #23
mylocaltrades commentedHi avpaderno,
Just wanted to say thank you again for your help and guidance throughout the review process. I really appreciate the time and effort you’ve given.
I’m really pleased the module is now marked as reviewed and fixed, and it’s great to know it’s eligible for security advisory coverage going forward.
Looking forward to contributing more to the community in the future!
Thanks again,
Gary