API.txt |
API.txt |
|
## Security Review API
* hook_security_checks() and check returns
* Check help
* Standalone use of the checklist
* Drush
### hook_security_checks()
Checks returned from an implementation of hook_security_checks() look like the
following.
array(
… |
IGNOREME.txt |
IGNOREME.txt |
|
You should read the README.txt but can ignore this file. It is used as part of
the test to see if files are writable on your site. If you see timestamps below
this line those are security runs which were able to write to this… |
README.txt |
README.txt |
|
Security Review module for Drupal
-- 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… |
security_review.drush.inc |
security_review.drush.inc |
|
Drush commands for Security Review module. |
security_review.help.inc |
security_review.help.inc |
|
Main help definition. |
security_review.inc |
security_review.inc |
|
Stand-alone security checks and review system. |
security_review.info |
security_review.info |
|
name = Security Review
description = "Site security and configuration review module."
core = 6.x |
security_review.install |
security_review.install |
|
Install file for security_review module creates security_review table. |
security_review.module |
security_review.module |
|
Site security review and reporting Drupal module. |