Screenshot

Module provides Drupal installation with various security hardening options. This lets your mitigate the risks of exploitation of different web application vulnerabilities.

Cross-site Scripting
    Content Security Policy implementation via Сontent-Security-Policy (official name), X-Content-Security-Policy (Firefox and IE) and X-WebKit-CSP (Chrome and Safari) HTTP response headers (configuration page and reporting CSP violations to watchdog)
    Control over Internet Explorer / Apple Safari / Google Chrome internal XSS filter via X-XSS-Protection HTTP response header
    Fix of Drupal 6 core module Upload issue http://drupal.org/node/803430 (Drupal 7 version lacks this option as long as Upload was replaced with FileField module)
    Prevent content upsniffing and serving files with incorrect MIME-type via X-Content-Type-Options: nosniff HTTP response header
Cross-site Request Forgery
    Handling of Origin HTTP request header
Clickjacking
    Implementation of X-Frame-Options HTTP response header
    JavaScript + CSS + Noscript protection with customizable text for disabled JavaScript message
SSL/TLS
    Implementation of HTTP Strict Transport Security response header, preventing man-in-the-middle and eavesdropping attacks
Various
    Implementation of From-Origin HTTP response header
Documentation

All necessary documentation and examples of usage are on settings page of module. You may also take a look at http://www.browserscope.org/?category=security to figure out current status of browsers support.

Known issues
    CSP reports from Google Chrome doesn't work. Chrome doesn't send cookies and thus menu returns 403

Downloads

Version Downloads Date Links
7.x-1.5 tar.gz (20.16 KB) | zip (23.89 KB) 2013-Jan-19 Notes
6.x-1.5 tar.gz (21.44 KB) | zip (25.32 KB) 2013-Jan-19 Notes

Project Information


Maintainers for Security Kit

  • p0deje - 133 commits
    last: 17 weeks ago, first: 2 years ago

Issues for Security Kit

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Statistics (2 years)
New issues
Open bugs
Participants
nobody click here