Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2022 at 08:31 UTC
Updated:
15 Feb 2022 at 14:54 UTC
Jump to comment: Most recent
Comments
Comment #2
macsim commentedThis is my first review so if anything seems out of order, please reset the status to 'Needs Review.'
Automated review
Manual review
The starred items (*) are fairly big issues and warrant going back to Needs Work. Items marked with a plus sign (+) are important and should be addressed before a stable project release. The rest of the comments in the code walkthrough are recommendations.
If added, please don't remove the security tag, we keep that for statistics and to show examples of security problems.
This review uses the Project Application Review Template.
Comment #3
adelgado12 commentedComment #4
marijan gudeljI want to note to the review:
Individual user account: Three maintainers are there, but the review requester did most of the commits
As for the csfixer issues- they are fixed
Also if you need help implementing the refunds and onNotify feel free to contact me
Comment #5
avpadernoWith placeholder like
:error, the value is is escaped with \Drupal\Component\Utility\Html::escape() and filtered for dangerous protocols using UrlHelper::stripDangerousProtocols(). Since$errorisn't used as link, it's useless to filter it for dangerous protocols. The same is true for:payment. The correct placeholder for those cases is@erroror@payment.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 IRC #drupal-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 dedicated reviewers as well.