Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
19 Oct 2024 at 14:39 UTC
Updated:
23 Apr 2025 at 06:34 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.kadamUsually, after reviewing a project, we allow the developer to opt projects into security advisory coverage.
This project is too small for us and it doesn't contain enough PHP code to really assess your skills as a developer.
Have you created any other project on drupal.org (module, theme, distribution) we could instead review? The project needs to have most of the commits (preferable all the commits) done by you.
Comment #4
lostcarpark commentedThanks for the quick response!
I understand your difficulty. This project is quite small, but I think it's the size it needs to be (unless additional requirements come to light).
Most of the projects I've been working on are either contributions to other peoples' modules, or modules I've taken over maintainership of.
I developed the Advent Calendar module, but that is also very small. And I've been working on a D10 port of Comment Mover, which all the commits to the D10 version are by me, but I don't think it's ready for review, and it hasn't really moved forward in the last year.
I don't mind waiting till I have a larger project ready to review, but I feel this project could be quite useful to many people using the new core Navigation, so would like to find a way to opt it in to security policy.
Perhaps an alternative strategy would be to find a co-maintainer who already has permission to opt it in.
Comment #5
avpadernoThe Comment Mover module would be fine. I take you ported the code to Drupal 8+, so the commits from 2015 (or earlier) should not considered.
It does not matter if it did not get commits in the past year. We just verify if you understand what the reviews say to change.
Comment #6
lostcarpark commentedYes, all the commits to the 2.0.x branch of Comment Mover, which is the D8+ port, are mine.
However, the project is already opted into the security policy.
I'm not sure of the next steps. Do I switch the application to Comment Mover, or does the application remain for Navigation Extra Tools, but you take Comment Mover into consideration when reviewing?
Comment #7
lostcarpark commentedHi,
Setting to needs review as I'm not sure what I need to do next.
Should I reframe the application on the Comment Mover module, or leave it on the Navigation Extra Tools, with Comment Mover as an added example?
Comment #8
vishal.kadamComment #9
vishal.kadam1.
masteris a wrong name for a branch. Release branch names always end with the literal .x as described in Release branches.2. FILE: comment_mover.module
Drupal does not have primary and secondary hooks. Instead of that, it is preferable to use the usual description: Hook implementations for the [module name] module. where [module name] is the name of the module given in its .info.yml file.
The description for this hook should also say for which templates that hook is implemented.
Comment #10
lostcarpark commented1. Master Branch
The master branch was created in 2006, and seems to have last been updated with the D6 version of Comment Mover. Unfortunately it has a release, which I believe means it cannot be deleted.
Please see conversation on Slack.
2. comment_mover.module
I have updated the @file comment:
And the hook_preprocess_HOOK() comment:
Hope these are heading in the right direction.
I've also updated the .gitlab-ci.yml to get tests running again, and fixed reported issues.
Comment #11
vishal.kadamRest looks fine to me.
Let’s wait for other reviewers to take a look.
Comment #12
lostcarpark commentedThanks, @vishal.kadam!
Comment #13
lostcarpark commentedComment #14
lostcarpark commentedComment #15
lostcarpark commentedThree reviews completed for review bonus.
Comment #16
rushikesh raval commentedComment #17
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 #18
avpadernoComment #19
avpadernoComment #20
lostcarpark commentedThanks for the review!