Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
22 Apr 2019 at 15:30 UTC
Updated:
26 May 2019 at 17:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
depthinteractive commentedComment #3
avpadernoComment #4
depthinteractive commentedComment #5
depthinteractive commentedComment #6
avpadernoComment #7
klausiThanks for your contribution!
This automated report was generated with PAReview.sh, your friendly project application review script.
Manual review:
* mobile_device_detection.services.yml: all services that your module provides must be prefixed with the module name.
* MobileDeviceDetection: all the {@inheritdoc} comments are wrong because your class those not extend another class or implement an interface.
* $this->setCloudHeaders(): Expected 1 arguments. Found 0.
* "$entity = \Drupal::service('object.mdd');": $entity is not a good name here because that is usually used for nodes, users, terms etc in Drupal. You are getting your service, so maybe $detection_service?
* MobileDeviceDetectionExtenderPlugin: doc block is wrong, this class does something.
Otherwise looks good to me, did not see security issues.
Comment #8
klausiThe Git commits are not connected to your user account. You need to specify an email address. See https://www.drupal.org/node/1022156 and https://www.drupal.org/node/1051722
Comment #9
depthinteractive commentedA lot of thanks for review. I fixed issues which you have described.
What about test of course I will write it in a future. I do not have free time now because I have a lot of projects which are taking all my time.
Thanks!
Comment #10
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 IRC #drupal-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 dedicated reviewers as well.
Comment #11
depthinteractive commentedThanks a lot you too. I am very glad to meet so good people who have helped me and explained all what I should to do. It is important for me because I have some trouble with my English. And I appricate it! Thanks! And of course I will join to the group of reviewers.
Comment #12
depthinteractive commentedHi. I right understand that I got through security advisory policy. If so when it will https://prnt.sc/nnfple disappeared and when download section will be green?
Comment #13
avpadernoYou need to edit the project to opt into security coverage (https://www.drupal.org/node/3049879/edit) and set a recommended major version (https://www.drupal.org/node/3049879/edit/releases) which is now set to None.
Comment #14
depthinteractive commentedHooray! A lot of thanks!