Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Critical
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
14 Jun 2016 at 11:45 UTC
Updated:
17 Oct 2016 at 10:04 UTC
Jump to comment: Most recent
Comments
Comment #2
hiramanpatilHello neha_patil,
My findings for your module as follows:
1) I see some strings where you should use the t() function.
Line No 175
2) Variable '$resize_filename' used at line no 212 is undefined.
3) Variable '$image' used at line no 212 is undefined.
Thanks
Comment #3
neha_patil commentedHi hiramanpatil,
Thanks for reviewing my module, this issue has been fixed.Please review it.
Comment #4
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpsgitdrupalorgsandboxneha11212748397git
Fixed the git clone URL in the issue summary for non-maintainer users.
We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #5
neeravbm commentedHi neha_patil,
Manual Review
1. Line 98 of s3_zip_image_upload.module has html tag
inside t() function. Referring here you need to only include human-readable text inside the t() function. You can concatenate the description like so
t("some description")."<br/>".t("some other description")2. Line 144 of s3_zip_image_upload.module has html tag
inside t() function. Referring here you need to only include human-readable text inside the t() function. You can concatenate the description like so
t("some description")."<br/>".t("some other description")Automatic Review
You can find the results of the automated report at http://pareview.sh/pareview/httpsgitdrupalorgsandboxneha11212748397git
You can use Coder to automatically find and fix some of those issues for you.
The Libraries API module is a recommended method for adding 3rd party dependencies without directly including the code on Drupal.org.
Comment #6
neha_patil commentedHi Neerav,
I have removed third party code from repository and added external library for above issue.
Kindly review.
Comment #7
abhishek.pareek commentedAutomated review tool reported some issue http://pareview.sh/pareview/httpsgitdrupalorgsandboxneha11212748397git
Resolve those problems first.
Comment #8
abhishek.pareek commentedComment #9
abhishek.pareek commentedForm and its callback should be written in .inc file not in .module file, only the hooks should be in module file, rest functions should be put in .inc file and this file must be included in module.
Comment #10
neha_patil commentedComment #11
neha_patil commentedHi Abhishek,
Issue reported by you has been resolved.
Comment #12
neha_patil commentedComment #13
hardikpandya commentedAutomated review tool reported some issue
https://git.drupal.org/sandbox/neha1121/2748397.git
Kindly resolve this issues.
Comment #14
neha_patil commentedComment #15
ashwinshHello neha_patil,
My findings for your module as follows:
File: s3_zip_image_upload.inc
File: s3_zip_image_upload.module
Thank you,
Comment #16
ashwinshAlso please check automated review and resolve them first.
See: http://pareview.sh/pareview/httpsgitdrupalorgsandboxneha11212748397git
Thank you,
Comment #17
sandipauti commentedIt's working perfect for me, No code blocker.
Changing it's status for RTBC now.
@neha_patil thanks for your contribution.
Comment #18
heykarthikwithu@neha_patil, when you visit the project home page
https://www.drupal.org/sandbox/neha1121/2748397
one is not able to see your commits made on this project, this should be because of your git configurations on your machine.
Comment #19
neha_patil commented@heykarthikwithu,
I made commits to this module, kindly check below link :
https://www.drupal.org/node/2748397/commits
Comment #20
sandipauti commentedUpgrading to critical since this hasn't received attention for over 4 weeks.
Comment #21
heykarthikwithu@neha_patil, yes one can see commits to this module on this https://www.drupal.org/node/2748397/commits page.
In #18, i was not mentioning this, please check below one
http://cgit.drupalcode.org/?q=neha-patil
Also, check this for configuring https://www.drupal.org/node/1022156
Removing review bonus tag, please add it after couple of reviews.
Comment #22
neha_patil commented@heykarthikwithu: kindly check this http://cgit.drupalcode.org/?q=neha1121
Comment #23
ajay_reddyComment #24
neha_patil commentedComment #25
hardikpandya commentedMarking it critical as there has been no activity over a month.
Comment #26
avpadernoI will update your account so you can promote this to a full project and also create new projects as either a sandbox or a "full" project.
Here are some recommended readings to help with excellent maintainership:
You can find lots more contributors chatting on IRC in #drupal-contribute. 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.
Thanks go the dedicated reviewer(s) as well.
Comment #27
avpaderno