All Projects → OWASP → Maturity Models

OWASP / Maturity Models

Licence: apache-2.0
Node application to help managing Maturity Models like the ones created by BSIMM and OpenSAMM

Programming Languages

javascript
184084 projects - #8 most used programming language

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 [email protected]: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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].