Skip to content

A recipe for adding MFA, pwned password check, breached account check, and security reporting to a Silverstripe website.

License

Notifications You must be signed in to change notification settings

nswdpc/silverstripe-security-recipe

Silverstripe security recipe

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.

About

A recipe for adding MFA, pwned password check, breached account check, and security reporting to a Silverstripe website.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published