Basic release information
| Release | Download | File date | Last parsed | Files | Strings | Warnings |
|---|---|---|---|---|---|---|
| Email Field 7.x-1.0 | email-7.x-1.0.tar.gz | Thu, 08/18/2011 - 11:17 | Thu, 08/18/2011 - 11:22 | 3 | 31 | 2 |
Files parsed in this release
| File location | Version information |
|---|---|
| email/ | n/ |
| email/ | n/ |
| email/ | n/ |
Source code warnings identified
| Warning value |
|---|
| The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('mail','Email injection exploit attempted in email form subject: '.check_plain($form_state['values']['subject']),WATCHDOG_NOTICE) in email/email.module on line 336. Read more at http://drupal.org/node/323101 |
| The first two watchdog() parameters should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At watchdog('mail',t('%name-from sent an e-mail at %form.',array('%name-from'=>$form_state['values']['name'],'%form'=>url($_GET['q'],array('absolute'=>TRUE))))) in email/email.module on line 375. Read more at http://drupal.org/node/323101 |