Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
30 May 2023 at 22:21 UTC
Updated:
11 Oct 2023 at 13:09 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
avpadernoComment #4
vinaymahale commentedPlease fix PHPCS issues
Comment #5
vinaymahale commentedComment #6
aleixThank's vinaymahale, CS changes applied but the plugin annotation in class /social_auth_nextcloud/src/Plugin/Network/NextcloudAuth.php.
Comment #7
vinaymahale commentedThat's fine @aleix
Ran PHPCS tests. No other issues found! Lets wait for other reviewers.
Comment #8
shashank5563 commented@aleix , 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 #9
hemangi.gokhaleAutomated Review
Manual Review
$configFactoryis using camelCase, but other variables like$extra_scopesand$request_stackare using snake_case. Stick to one convention for variable naming throughout your codebase.'v2-federated'as constants to avoid duplication and provide reusability in the future.Comment #10
vishal.kadamFILE: social_auth_nextcloud.routing.yml
_permission: 'administer social api authentication''administer social api authentication' permission is not defined in the module.
Comment #11
hemangi.gokhale@vishal.kadam, based on my understanding, this module relies on the
social_authmodule, which utilizes theadminister social api authenticationpermission. Therefore, if the permission needs to be defined, it should be done through thesocial_authmodule. However, note that my interpretation may not be entirely accurate.Comment #12
vishal.kadam@Hemangi Gokhale Thanks for pointing it out.
This module relies on the
social_authmodule, which relies on thesocial_apimodule, where 'administer social api authentication' permission is defined.So comment #10 is invalid, and there is no need to change anything.
Comment #13
hemangi.gokhaleCool, but @vishal.kadam, I think this module still needs work as per the review done at #9
Comment #14
aleixHi again, Thank's for pointing out @Hemangi Gokhale .
I just have commited some of the proposals but the social_auth_nextcloud/src/Plugin/Network/NextcloudAuth.php:28 as this is a handler class annotation pointing to a class, I have no way to shorten it...
Comment #15
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 #16
avpaderno