jenglish / ssptool

nodejs / express application for working with OpenControl data
MIT License
3 stars 5 forks source link
compliance nist800-171 opencontrol

SSPTOOL

This is a node.js / express application for working with OpenControl content. It works in conjunction with compliance-masonry to generate System Security Plans and other compliance documentation.

Features include:

Status

Currently (Jun 2021) in beta / dogfood mode. Progress is being tracked on the project board.

Intended audience

It is hoped that this tool will be useful for people tasked with security compliance requirements who feel more comfortable with Markdown and YAML than with MS Word and Excel.

Quick start

git clone [this repo]
( cd ssptool ; npm install)

Basic features should work out of the box in any directory with OpenControl content:

compliance-masonry get
node /path/to/ssptool/main.js server

Then point your web browser at localhost:3000

Run ssptool help for more options.

More info

Most documentation is on the wiki for now.

Colophon

Built with express, pug, and Bootstrap 3 / PatternFly 3. Tested on node v8.0.0.