Windows Azure Authentication - 7.x-1.0

Test status
StatusResult
Last receivedWed, 01/02/2013 - 19:42:39
Last requestedWed, 01/02/2013 - 23:14:20
Last testedWed, 01/02/2013 - 23:14:29
Test count2
Environment status
MySQLpass
Code reviewfail
Overall Resultpass
Branch information
Identifier7.x-1.0
ProjectWindows Azure Authentication
LinkProject information
SummaryPASSED: [[SimpleTest]]: [MySQL] 0 pass(es); [[Coder]]: [Code review] 1 minor(s), 1 critical(s), and 0 normal(s).
Details

MySQL

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a Drupal installation failure
  8. Detect a test run failure
  9. Detect a failing test
  10. Complete test suite with all tests passing

Code review

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a review run failure
  8. Detect coder flags
    Ensure that your code follows the Drupal standard and passes a coder review.
  9. Complete coder review with all passed
1 minor(s), 1 critical(s), and 0 normal(s)

Non-pass

Test nameMinorCriticalNormal
Expandazure_auth.module010
MessageGroupFilenameLineFunctionStatus
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.Otherazure_auth.module232N/A

All

Test nameMinorCriticalNormal
Leafazure_auth.admin.inc000
Leafazure_auth.api.php000
Leafazure_auth.classes.inc000
Leafazure_auth.identity-providers.inc000
Leafazure_auth.install000
Expandazure_auth.module010
MessageGroupFilenameLineFunctionStatus
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.Otherazure_auth.module232N/A
Expandazure_auth.pages.inc100
MessageGroupFilenameLineFunctionStatus
Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs)Otherazure_auth.pages.inc93N/A