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:
- Web application for browsing compliance data
- Command-line interface for batch operations
- Validation
- Report generation
Currently (Oct 2017) in early development / dogfood mode. Progress is being tracked on the project board.
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.
All documentation is on the wiki for now.
Built with express, pug, and Bootstrap 3. Tested on node v8.0.0.