Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
14 Aug 2023 at 02:53 UTC
Updated:
19 Oct 2023 at 21:29 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.kadamComment #4
vishal.kadamFILE: gs.info.yml
package: CustomFILE: modules/gs_paragraphs/gs_paragraphs.info.yml
package: CustomModules should avoid using that value for the package.
Comment #5
avpadernoPlease also check that Git on your computer has been set to use the same email used for your drupal.org account. Since they are different, your commits are not associated to your account.
Comment #6
avpadernoIs there anything that needs to be changed?
Blocking an application asking to remove two lines in two .info.yml files when the code, for example, contains security issues or does not correctly use the Drupal API is not something that we should do. If the project would use a wrong branch name or it would include a license file that is not GPLv2, those would be additional reasons to change the status to Needs work.
Comment #7
hmendes commentedI just changed the package on the dev version, once this issue is fixed I will update the module with a new release, thanks.
Thank you for the heads up about the git config, didn't noticed that before, it should be fine now.
Comment #8
vinaymahale commentedComment #9
hmendes commentedComment #10
vinaymahale commentedNo issues found
Changing status to RTBC!
Comment #11
avpadernomodules/gs_paragraphs/src/GsParagraphsHelper.php
$this->t('@type', ['@type' => $type])does not translate the content of$type. That code is exactly the same as the following one.$title = $type == 'Animation configurations' ? $type : $this->t('Values @type animation', ['@type' => lcfirst($type)]);The same holds true for the following lines.
Comment #12
hmendes commentedFixed in the dev branch. Thanks
Comment #13
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 #14
avpadernoComment #15
hmendes commentedThank you!! 😊