diff -u b/security_review.site_audit.inc b/security_review.site_audit.inc --- b/security_review.site_audit.inc +++ b/security_review.site_audit.inc @@ -55,7 +55,7 @@ } /** - * Given a nested array, generate a unordered list, or text-only equivalent. + * Generates an unordered list or flattened text version of a nested array. * * @param array $array * Security Review results. only in patch2: unchanged: --- a/README.txt +++ b/README.txt @@ -80,9 +80,24 @@ colon (:) character. For example: Note, custom checks require that its module be enabled. Also, should you be skipping any check the 'store' option will not allow that check to be run. +-- SITE AUDIT USAGE -- + +Security Review also integrates with https://www.drupal.org/project/site_audit , +a static site analysis platform that generates reports with actionable best +practice recommendations. Security Review can be installed on an entire +platform, eliminating the need for module installation. + +To use, put Security Review either in your codebase or in your Drush command +locations, then: + + # Clear Drush cache. + drush cc drush + # Audit security. + drush audit-security + -- SUPPORT -- -Please use the issue queue at http://drupal.org/project/security_review for all +Please use the issue queue at https://drupal.org/project/security_review for all module support. You can read more about securely configuring your site at http://drupal.org/security/secure-configuration and http://drupalscout.com