Skip to content

OWASP/Maturity-Models

Repository files navigation

Node application to help managing Maturity Models like the ones created by BSIMM and OpenSAMM

Build status: Build Status

Current QA server: http://138.68.145.52

UI

image

Run from source

git clone git@github.com:DinisCruz/Maturity-Models.git
cd Maturity-Models
git submodule init
git submodule update
npm install --quiet
cd code/ui
npm install --quiet
npm install --quiet -g bower
npm install --quiet -g gulp
bower --allow-root install
gulp
cd ..
npm run dev

note npm start will also work, but for now use npm run dev

Run tests

npm test

Updating code

When doing a git pull origin master to get the latest version you might need to also do a git submodule update or git submodule sync to keep the submodules updated.

You can check if all is good by doing an git status on the root folder of this repo (which should return 'no changes')

Docker image

Available at https://hub.docker.com/r/diniscruz/maturity-models/

run with (port 80): docker run -it -p 80:3000 diniscruz/maturity-models

or with (as demon on port 3333): docker run -it -d -p 3333:3000 diniscruz/maturity-models

BSIMM-Graphs

The first version of this tool is designed to work with BSIMM mappings, but there is work under way to also add OpenSAMM mappings

The data is stored in the repo https://github.com/DinisCruz/BSIMM-Graphs-Data which should be forked to hold private/custom data

Related posts:

Research

About

Node application to help managing Maturity Models like the ones created by BSIMM and OpenSAMM

Resources

License

Stars

Watchers

Forks

Packages

No packages published