Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
5 Apr 2023 at 20:14 UTC
Updated:
6 May 2023 at 11:24 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
vishal.kadam1. There seems to be inconsistency in the drupal core requirement.
FILE: composer.json
"drupal/core": "^9 || ^10",FILE: audiorecorder.info.yml
core_version_requirement: ^8.8 || ^9 || ^10FILE: modules/audiorecorder_webform_integration/audiorecorder_webform_integration.info.yml
core_version_requirement: ^8.8 || ^9 || ^102. There is no need to duplicate comments for the inherited method. Use {@inheritdoc}.
FILE: src/Element/AudioFileRecorder.php
FILE: src/Plugin/Field/FieldWidget/AudioRecorderWidget.php
FILE: modules/audiorecorder_webform_integration/src/Element/WebformAudioRecorderFileElement.php
3. If a class does not need those methods, there is no need to implement them.
FILE: modules/audiorecorder_webform_integration/src/Element/WebformAudioRecorderFileElement.php
4. Remove commented code.
FILE: modules/audiorecorder_webform_integration/src/Plugin/WebformElement/WebFormAudioRecorderFileElement.php [Line no: 52]
// '#default_value' => $this->getSetting('max_recording_time'),Comment #4
adamfranco commentedThanks for the review, @vishal.kadam! I've updated the 1.x branch with fixes to each of the items you pointed out.
I left one of comments in place because it isn't a direct copy of the parent function's doc and explains more about it's particulars:
FILE: src/Plugin/Field/FieldWidget/AudioRecorderWidget.php
The others have been converted to
{@inheritdoc}.Comment #5
vishal.kadam@adamfranco,
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.
Thanks
Comment #6
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 #7
avpaderno