Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
18 Apr 2023 at 06:06 UTC
Updated:
2 May 2023 at 14:49 UTC
Jump to comment: Most recent
Comments
Comment #2
vishal.kadamThank you for applying! Reviewers will review the project files, describing what needs to be changed.
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.
To reviewers: Please read How to review security advisory coverage applications, What to cover in an application review, and Drupal.org security advisory coverage application workflow.
While this application is open, only the user who opened the application can make commits to the project used for the application.
Reviewers only describe what needs to be changed; they don't provide patches to fix what reported in a review.
Comment #3
shashank5563 commentedComment #4
vishal.kadamComment #5
vishal.kadam1. Fix PHPCS issues.
2. FILE: imager_widget/src/Plugin/Field/FieldWidget/ImagerWidget.php
// $container->get('image.factory')// $container->get('entity_type.manager')Remove commented code.
3. Since the project machine name (its short name as indicated in https://www.drupal.org/project/imagecroper) is imagecroper the module must contain the imagecroper.module, imagecroper.info.yml and imagecroper.libraries.yml files. All the functions (not the methods) implemented by the module must have a name starting with imagecroper_. The namespaces used by the modules need to start with Drupal\imagecroper\.
The project machine name cannot be changed anymore; those files, all the functions, and the namespaces must be renamed.
Comment #6
shashank5563 commented@vishal.kadam, I have update the code. Please review.
Comment #7
vishal.kadam@shashank5563,
I have reviewed the changes, and they look fine to me.
Let’s wait for other reviewers to take a look and if everything goes fine, you will get the role.
Comment #8
avpadernoThank you for your contribution! I am going to update your account.
These are some recommended readings to help with excellent maintainership:
You can find more contributors chatting on the Slack #contribute channel. So, come hang out and stay involved.
Thank you, also, for your patience with the review process.
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 all the reviewers.
Comment #9
avpaderno