Skip to content

Vardot/varbase_security_base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Varbase Security Base

A recipe to manage default security configurations for Varbase.

This recipe provides comprehensive security features including:

  • Password policy with character type requirements, length, and username checks
  • Username enumeration prevention
  • Security Kit (SecKit) for XSS, CSRF, and clickjacking protection
  • CAPTCHA and reCAPTCHA for form protection
  • Honeypot for spam prevention
  • Antibot for additional bot protection
  • Flood control to prevent brute force attacks

Installation

Add the recipe using composer:

composer require drupal/varbase_security_base:~1.0.0

Change directory to /web or /docroot

Run the Drupal recipe bash script:

bash core/scripts/drupal recipe recipes/contrib/varbase_security_base

or

Run the Drush recipe command:

drush recipe recipes/contrib/varbase_security_base

Security Features

Password Policy

The default password policy requires:

  • Minimum 8 characters
  • At least 1 uppercase letter
  • At least 1 lowercase letter
  • At least 1 number
  • At least 1 special character
  • Password different from username

Honeypot

Protected forms include:

  • User registration form
  • User login form
  • Password reset form
  • Webform submissions
  • Comment forms

Flood Control

  • IP-based login attempt limits: 5 attempts per 30 minutes
  • User-based login attempt limits: 4 attempts per 30 minutes

Security Kit

  • XSS protection enabled
  • Clickjacking protection via X-Frame-Options
  • Autocomplete disabled for sensitive forms

About

A recipe to manage default security configurations including password policy, username enumeration prevention, security kit, CAPTCHA, honeypot, antibot, and flood control.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors