Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guardrdistro/guardr-project
Guardr Composer Template for Secure Drupal Projects
https://github.com/guardrdistro/guardr-project
cms distribution drupal drupal8 security
Last synced: 4 months ago
JSON representation
Guardr Composer Template for Secure Drupal Projects
- Host: GitHub
- URL: https://github.com/guardrdistro/guardr-project
- Owner: guardrdistro
- License: gpl-2.0
- Created: 2019-07-13T15:37:50.000Z (over 5 years ago)
- Default Branch: 8.x
- Last Pushed: 2022-10-10T13:27:38.000Z (over 2 years ago)
- Last Synced: 2024-09-28T10:40:17.022Z (4 months ago)
- Topics: cms, distribution, drupal, drupal8, security
- Language: PHP
- Homepage: https://www.drupal.org/project/guardr
- Size: 255 KB
- Stars: 1
- Watchers: 4
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Guardr Composer Template for Secure Drupal Projects
## Build Status
[![Build Status](https://travis-ci.com/guardrdistro/guardr-project.svg?branch=8.x)](https://travis-ci.com/guardrdistro/guardr-project)
## Overview
[](https://www.drupal.org/project/guardr)
This project template provides a starter kit for managing secure-first Guardr
Drupal projects.Guardr is a Drupal distribution with a combination of modules and settings to
enhance a Drupal application's security and availability to meet enterprise
security requirements. Following the CIA Information Security Triad of
confidentiality, integrity and availability, the Guardr distribution aims to
provide a security minded foundation to Drupal applications.Default Guardr installs make stronger password requirements, strengthens
logging, prevents PHP input for content, implements some best practices for
email content, and disables error display requiring you to opt in to debugging
information using a variety of contributed modules and custom solutions.This Guardr Composer Template is perfect for starting up a new secure site, if
you have an existing Drupal site that you would like to secure, the [Guardr Core](https://www.drupal.org/project/guardr_core) project is right for you.## Install Instructions
Install Guardr using Composer
```bash
composer create-project guardrdistro/guardr-project:8.x-dev some-dir --no-interaction
```## Branch Details
* [8.x](https://github.com/guardrdistro/guardr-project/tree/8.x) - Stable branch. Stable releases will be tagged.
* [8.x-test](https://github.com/guardrdistro/guardr-project/tree/8.x-test) - Dev branch. Used for testing dev versions of [Guardr](https://www.drupal.org/project/guardr) and [Guardr Core](https://www.drupal.org/project/guardr_core).## Drupal 9 Compatibility
Drupal 9 related work for Guardr: [[META] Drupal 9 release plan for Guardr](https://www.drupal.org/project/guardr/issues/3107871)
## Guardr Community
* [Drupal Project Page](https://www.drupal.org/project/guardr)
* [Drupal Slack](https://www.drupal.org/slack) #contrib-guardr
* [Follow Guardr on Twitter](http://twitter.com/guardrproject)## License
The Guardr Project is licensed under a GNU General Public License v2
[Read License](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)