nswdpc/silverstripe-security-recipe

Recipe for adding MFA, Password check, Breached account check, Security report to a Silverstripe application

Installs: 1 972

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:silverstripe-recipe

v0.3.2 2023-08-29 04:52 UTC

This package is auto-updated.

Last update: 2024-05-29 06:37:04 UTC


README

A recipe for adding various security-focused modules to a Silverstripe website.

In this recipe

Authentication boilerplate

Content Security Policy

Captcha

Useful extras

Sessions

Configuration

There is no configuration provided in this recipe. Its aim is to bring together a set of Silverstripe security modules to be used together in a standardised way. Default configuration settings can be found in the recipe's modules and can be overridden on a per-project basis.

The authentication boilerplate module provides a standard set of rules for defining access to websites. You can modify these rules using the Silverstripe configuration API.

Installation

The only supported way of installing this recipe is via composer

composer require-recipe nswdpc/silverstripe-security-recipe

About recipes

See the recipe plugin page for information on how recipes work.

LICENSE

BSD-3-Clause

Maintainers

Bugtracker

We welcome bug reports, pull requests and feature requests on the Github Issue tracker for this project.

Please review the code of conduct prior to opening a new issue.

Security

If you have found a security issue with this module, please email digital[@]dpc.nsw.gov.au in the first instance, detailing your findings.

Development and contribution

If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.

Please review the code of conduct prior to completing a pull request.