nzta/sdlt-framework

NZTA Security Development Lifecycle Tool Framework

Installs: 256

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 4

Type:silverstripe-vendormodule

4.1.1 2022-07-28 03:40 UTC

This package is auto-updated.

Last update: 2022-07-28 03:42:19 UTC


README

The SDLT is Web Application that supports, and expedites I.T. security professionals as part of the change approval process within their organisation.

Requirements

The SDLT is written in ReactJS and PHP and built on the SilverStripe framework.

This repository is the PHP component of NZTA's SDLT project and intended to be checked out as a dependency. View that project for setup instructions.

Migrations

As of 3.2.0, users migrating to this version will need to set the CISO and Security Architect groups in the SiteConfig before using SDLT to receive emails. Previous versions automatically defined this, and they will stop working if the group name is changed.

Upgrade to Silverstripe 4.8

SilverStripe 4.8 and versioned-snapshot-admin modules are using different version of Graphql. To resolve conflict please add this "silverstripe/graphql": "3.5.1 as 3.5.0" line in your project root "composer.json" file in the require block.