Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Jan 2012 at 23:05 UTC
Updated:
31 Aug 2012 at 10:27 UTC
Jump to comment: Most recent file
Comments
Comment #1
patrickd commentedwelcome
It appears you are working in the "master" branch in git. You should really be working in a version specific branch. The most direct documentation on this is Moving from a master branch to a version branch. For additional resources please see the documentation about release naming conventions and creating a branch in git.
Review of the master branch:
This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version to check your project. Go and review some other project applications, so we can get back to yours sooner.
Comment #2
patrickd commentedfix at least
before switching back to needs review
Comment #3
mjwest10 commentedI made the changes suggested in the comments before. I also re-ran my module through the http://ventral.org/pareview/ site. Thanks for this great resource! I made all the changes it suggested as well - so I think we should be in good shape for another review. Thanks for taking the time to do this.
Comment #4
mjwest10 commentedChanging the Priority to major since this has been in "needs review" for over 2 weeks.
Comment #5
mjwest10 commentedChanging the priority to critical as its been 4 weeks of needs review at this point.
Comment #6
rlangille commentedOverall, not bad, however there are a few security issues, and a few smaller issues that still need to be addressed.
First off, you need to sanitize all of the data you are retrieving and displaying.
Next up, you need to be sure that all strings presented to users are run through the t() function, including titles and descriptions provided by your module. (example at line 105 and 106 of pinterest.module).
I have also attached the results I received from pareview.sh, noting a few white-space and formatting issues, for your convenience.
Comment #7
patrickd commentedplease add a security tag, on security issues
Comment #8
rlangille commentedThanks for the catch.
Comment #9
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.