Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
3 Jul 2023 at 12:23 UTC
Updated:
11 Oct 2023 at 12:59 UTC
Jump to comment: Most recent
Comments
Comment #2
shashank5563 commentedThank 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
avpadernoComment #5
vinaymahale commentedPlease fix below PHPCS issues.
Comment #6
oulalahakabu commentedFixed CS : https://www.drupal.org/pift-ci-job/2708996
Comment #7
oulalahakabu commentedComment #8
DSushmita commentedFound these warnings reported by PHPCS. Its better to make use of dependency injection instead of using \Drupal calls
Please fix below:
Comment #9
oulalahakabu commentedDrupal call were made to avoid mandatory dependency, but i did it keeping it optional.
I also used storage for files instead of File::load
Comment #10
oulalahakabu commentedComment #11
kevin.brocatus commentedIt looks like the administer openlayers6 configuration doesn't get used anywhere. Either remove it, or use it accordingly.
The constructor of the OpenlayersBlock has a wrong doc message.
Constructs a Drupalist object.should be changed toConstructs a OpenlayersBlock object.The constructor of the OpenlayerController has a wrong doc message.
The controller constructor.should be changed toConstructs a OpenlayerController object.The build function of the OpenlayerController does not have the parameters or the return type defined in the doc message.
should be changed to something like
Comment #12
avpadernoComment #13
avpadernoI am changing priority as per Issue priorities.
Comment #14
oulalahakabu commentedComment #15
avpadernosrc/Controller/OpenlayerController.php
The first and the third property are already defined from the parent class. There is no need to define them.
Comment #16
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 #17
avpaderno