Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / security_review @ b42754b9

Nom Taille Révision Âge Auteur Commentaire
  tests 6ae446a4 presque 7 ans Assos Assos Weekly update of contrib modules
API.txt 2,29 ko f7a2490e plus de 10 ans Assos Assos git mv htmltest drupal7
IGNOREME.txt 709 octets bb746689 plus de 9 ans Assos Assos Weekly update of contrib modules
LICENSE.txt 17,7 ko f7a2490e plus de 10 ans Assos Assos git mv htmltest drupal7
README.txt 4,84 ko 6ae446a4 presque 7 ans Assos Assos Weekly update of contrib modules
security_review.drush.inc 10,6 ko 6ae446a4 presque 7 ans Assos Assos Weekly update of contrib modules
security_review.help.inc 23,5 ko 6ae446a4 presque 7 ans Assos Assos Weekly update of contrib modules
security_review.inc 31,5 ko 6ae446a4 presque 7 ans Assos Assos Weekly update of contrib modules
security_review.info 338 octets 6ae446a4 presque 7 ans Assos Assos Weekly update of contrib modules
security_review.install 3,16 ko 6ae446a4 presque 7 ans Assos Assos Weekly update of contrib modules
security_review.js 735 octets f7a2490e plus de 10 ans Assos Assos git mv htmltest drupal7
security_review.module 9,23 ko 6ae446a4 presque 7 ans Assos Assos Weekly update of contrib modules
security_review.pages.inc 19,1 ko 6ae446a4 presque 7 ans Assos Assos Weekly update of contrib modules
security_review.site_audit.inc 5,06 ko 6ae446a4 presque 7 ans Assos Assos Weekly update of contrib modules

Dernières révisions

# Date Auteur Commentaire
6ae446a4 27/07/2017 00:00 Assos Assos

Weekly update of contrib modules

bb746689 10/09/2014 22:31 Assos Assos

Weekly update of contrib modules

f7a2490e 13/02/2014 15:56 Assos Assos

git mv htmltest drupal7

Voir les révisions

README


-- ABOUT --

Security Review automates checking many of the configuration errors that lead
to an insecure Drupal site and looks for existing vulnerabilities and attack
attempts.

The primary goal of the module is to elevate your awareness of the importance of
securing your Drupal site. The results of some checks may be incorrect depending
on unique factors, this module does not make your site more secure. You should
use the results of the checklist and its resources to manually secure your site.

Refer to the support section below if you are interested in securing your Drupal
site.

-- INSTALLATION --

Place the security_review directory and its contents under sites/all/modules or
under an appropriate sites/ directory if you are using Drupal's multisite
capabilities.

Enable the module at Administer >> Modules and refer to the
following sections for configuration and usage.

-- CONFIGURATION --

Two permissions are provided and required to use the module. Navigate to
Administer >> People >> Permissions to enable
'access security review list' and 'run security checks' for trusted roles.

NOTICE: This module provides information on the state of your site's security so
it is imperative you grant these permissions to trusted roles and users only.
For instance, if you have an admin role, be sure that all the users who have
been granted this role are indeed users you trust if you grant them these
permissions.

After you have granted permissions to the module you should inform the system
what roles are not trusted. Navigate to
Administer >> Reports >> Security Review >> Settings to mark which roles are
untrusted. Most checks only care if the resource is usable by
untrusted roles.

On this page you can also define the level of logging. The result
of the last checklist is always stored but you can enable watchdog logging of
each check if you like.

-- USAGE --

Navigate to Administer >> Reports >> Security Review to run the checklist.

If a check is enabled it will be run. You can enable or skip a check on this
page only after it has been run. Clicking on the 'Help' link beside each check
will provide details on why the check exists and what was found on the last run.

-- DRUSH USAGE --

Running the Security Review checklist using Drush is a great way to build
automated security audits of your site into your site development lifecycle and
as part of continuous integration.

With the module installed invoke 'drush secrev' from within your Drupal root.

Call 'drush help secrev' to see available options.

For running specific checks pass the '--check' option. Be sure to remove any
whitespace characters separating check names.

Consult implementations of hook_security_checks() for exact list of available
check options. Standard Security Review checks are:

file_perms, input_formats, field, error_reporting, private_files, query_errors,
failed_logins, upload_extensions, admin_permissions, untrusted_php,
executable_php, base_url_set, temporary_files

For custom checks you may prefix the check name with the module name and
colon (:) character. For example:

'drush secrev --check=my_module:my_check'

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

Marking field content as known to be safe

The "Dangerous tags in content" check may indicate problems with fields that
you known are safe. You can create a list of field contents and entities
that you want to be skipped in future runs by creating a SHA-256 hash of the
entity_id, entity_type, and field contents. See security_review_check_field
function in security_review.inc for details.

-- SUPPORT --

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

Acquia, the provider of this module, offers detailed,
targetted security review and support for Drupal websites and can be contacted
at http://wwww.acquia.com or via email at sales@acquia.com.

You can read more about our Drupal security review service at
http://www.acquia.com/products-services/professional-services/offerings#security_audit

-- CREDIT --

Security Review module written by Benjamin Jeavons, drupal.org user coltrane,
with thanks to Greg Knaddison, drupal.org user greggles, for the idea and
mentorship.

Formats disponibles : Atom