Code review
- Setup environment
- Detect an invalid patch URL
- Detect invalid repository information
- Detect invalid patch format
- Detect a non-applicable patch
- Detect invalid PHP syntax
- Detect a review run failure
- Detect coder flags
Ensure that your code follows the Drupal standard and passes a coder review.
- Complete coder review with all passed
0 minor(s), 2 critical(s), and 0 normal(s)
Non-pass
| Test name | Minor | Critical | Normal |
webform_validation.install | 0 | 1 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. | Other | webform_validation.install | 115 | N/A |  |
|
webform_validation.module | 0 | 1 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Potential problem: form_set_error() and form_error() only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. | Other | webform_validation.module | 164 | N/A |  |
|
All
| Test name | Minor | Critical | Normal |
webform_validation.admin.inc | 0 | 0 | 0 |
webform_validation.install | 0 | 1 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. | Other | webform_validation.install | 115 | N/A |  |
|
webform_validation.module | 0 | 1 | 0 |
| Message | Group | Filename | Line | Function | Status |
| Potential problem: form_set_error() and form_error() only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. | Other | webform_validation.module | 164 | N/A |  |
|
webform_validation.rules.inc | 0 | 0 | 0 |
webform_validation.validators.inc | 0 | 0 | 0 |