Skip to content

nodejs / express application for working with OpenControl data

License

Notifications You must be signed in to change notification settings

shawndwells/ssptool

 
 

Repository files navigation

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:

  • Web application for browsing compliance data
  • Command-line interface for batch operations
  • Validation
  • Report generation

Status

Currently (Oct 2017) in early development / dogfood mode. Progress is being tracked on the project board.

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

All documentation is on the wiki for now.

Colophon

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

About

nodejs / express application for working with OpenControl data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 77.8%
  • CSS 10.4%
  • HTML 9.7%
  • Makefile 2.1%