Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
26 Jan 2025 at 22:29 UTC
Updated:
2 May 2025 at 10:29 UTC
Jump to comment: Most recent
Comments
Comment #2
vishal.kadamThank 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.
phpcs --standard=Drupal,DrupalPracticeon the project, which alone fixes most of what reviewers would report.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
vishal.kadamComment #4
vishal.kadamRemember 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 #5
roromedia commentedComment #6
vishal.kadam1. Fix phpcs issues.
2. FILE: keycloak_user_sync.module
The usual description for a .module file is Hook implementations for the [module name] module. where [module name] is the module name given in the .info.yml file.
3. FILE: src/Form/KeycloakUserSyncSettingsForm.php
parent::__construct($config_factory);ConfigFormBase::__construct() requires two parameters. See the change record.
4. FILE: keycloak_user_sync.info.yml
core_version_requirement: ^10 || ^11Given the changes in ConfigFormBase, the module cannot be compatible with Drupal versions earlier than 10.2.0.
Comment #7
roromedia commentedFixed mentioned issues with a new commit to 1.0.x.
Comment #8
vishal.kadamRest looks fine to me.
Let’s wait for a Code Review Administrator to take a look and if everything goes fine, you will get the role.
Comment #9
avpadernosrc/Form/KeycloakUserSyncSettingsForm.php
The parent class already has an equivalent property. Child classes need to initialize that property using
setLoggerFactory().Since the example code is not supposed to be changed from translator people, the code should be added using a placeholder.
Comment #10
roromedia commentedThank you for your feedback, I revised the module and fixed those issues. See the full changes in the release notes of the version tagged under 1.0.5 here: https://www.drupal.org/project/keycloak_user_sync/releases/1.0.5
Those changes should fix all issues pointed out.
Comment #11
vishal.kadamComment #12
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 the dedicated reviewers as well.
Comment #13
avpaderno