Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
2 Jul 2023 at 10:28 UTC
Updated:
10 Apr 2025 at 11:06 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
vinaymahale commentedRan PHPCS tests. No issues were found. Let's wait for other reviewers
Comment #4
avpadernoI do not have enough time to make a complete review, but this should be fixed before doing further commits.
The correct branch names end with the literal .x, as described in Release branches. Branch names like 1.0.1, 1.0.1-dev, 1.0.x-dev are wrong branch names; those branches need to be deleted. Drupal.org repositories do not use the master branch; in future, main will be a supported branch name, but for the moment, it is better to avoid using it.
Comment #5
ryangambito commentedOk, I have cleaned up the branches.
Comment #6
avpadernoComment #7
avpadernoI am changing priority as per Issue priorities.
To the reviewers
Please set the priority to Normal after a review.
Comment #8
vishal.kadam1.
mainis a wrong branch name, as branch names end with the literal .x. That branch needs to be removed.2. Fix phpcs issue.
3. Replace README.txt file with README.md
https://www.drupal.org/docs/develop/managing-a-drupalorg-theme-module-or...
Comment #9
avpadernoI am changing priority as per Issue priorities.
Comment #10
avpadernomain will be a supported branch in future, but for the moment it is better not to use it. It is not wrong, but it is not completely supported on drupal.org.
Comment #11
vishal.kadamThis thread has been idle, in the Needs work state with no activity for several months. Therefore, I am assuming that you are no longer pursuing this application, and I marked it as Closed (won't fix).
If this is incorrect, and you are still pursuing this application, then please feel free to re-open it and set the issue status to Needs work or Needs review, depending on the current status of your code.
Comment #12
ryangambito commentedHi, I have updated the branch https://git.drupalcode.org/project/ssrc with the requested fix.
Comment #13
avpadernoComment #14
vishal.kadam1. FILE: README.md
The module uses a README.md file instead of a README.txt file. While the Drupal coding standards have not been yet updated about that, the Drupal.org community consider that positive.
Since there is a README.md file, that should follow the content and formatting described in README.md template.
2. FILE: ssrc.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.
The description for that hook should also say for which form that hook is implemented, either by indicating that with the name of the class that implements the form (namespace included) or the form ID (which is usually indicated by
getFormId()).Comment #15
ryangambito commentedI have updated the README.md and ssrc.module file with requested fix.
Comment #16
ryangambito commentedComment #17
vishal.kadamRest seems fine to me.
Let’s wait for other reviewers and Code Review Administrator to take a look and if everything goes fine, you will get the role.
Comment #18
avpadernoComment #19
avpadernoPlease, disregard this comment.
Comment #20
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 #21
avpadernoComment #23
avpaderno