Skip to content

Releases: jenglish/ssptool

Experimental release - GraphQL support

27 Jun 17:03
Compare
Choose a tag to compare
  • Experimental GraphQL support
  • Integrate PatternFly stylesheet (#6)

Minor release

28 May 20:51
Compare
Choose a tag to compare
  • Support markdown in control descriptions (#19)
  • Partial support for component schema v3.1.0 (#16)
  • Add 'Reload' button
  • ssptool server: can now specify port in ssptool.yaml file (#14)
  • Drop dependency on unmaintained gulp-gray-matter package
  • Refreshed other dependencies

Incremental patch release

12 May 20:08
Compare
Choose a tag to compare
  • Upgrade pug to version 3
  • Add last_modified property to page metadata
  • Add cross-references from pages to relevant controls
  • Show minitoc in document views
  • Guard against dangling references in mapped_to field

Incremental patch release

16 Mar 19:25
Compare
Choose a tag to compare
  • ssptool validate reports more details about validation errors
  • Narrative text is interpreted as Markddown (fixes: #3)
  • Further enhancements to Documents feature
  • Updated package dependencies to latest version

Incremental patch release

08 Nov 02:59
Compare
Choose a tag to compare
  • Further enhancements to Documents feature:
    • Browsable in the web app at /documents/docid/sectionid
    • Printable version at /documents/docid
    • New /assets/ route for non-markdown assets
  • Still more work to do but this seems like a good point for a snapshot release

Incremental patch release,

31 Oct 20:51
Compare
Choose a tag to compare
  • Improved layout and styling
  • Now using less to generate additional *.css files
  • HTML is enabled in *.md files
  • Supports non-markdown content in --docdir (figures, attachments, &c)
  • Pages section grouped into subdirectories
  • NEW FEATURE (in process, alpha preview): documents

v0.4.2

27 Oct 05:24
Compare
Choose a tag to compare
  • Control descriptions may comprise structured narrative text, similar to that found in Component.satisfies records.
  • (This is an extension to the standard OpenControl schema).
  • A copy of the NIST-800-53 controls using this extension is available at https://github.com/jenglish/NIST-800-53-Standards
  • ssptool validate now checks markdown page frontmatter metadata
  • New feature: can define components using page metadata instead of/in addition to component.yaml files.
  • Improved site navigation, again.

v0.4.1

22 Oct 18:21
Compare
Choose a tag to compare
  • New feature: ssptool refcheck - check referential integrity

v0.4.0

20 Oct 06:07
Compare
Choose a tag to compare
  • Loads Markdown content in --docdir, adds to Pages tab.
  • Primitive report generation facility
  • Completion report, for gap analysis
  • Using github wiki for all documentation for now

v0.3.0

16 Oct 20:34
Compare
Choose a tag to compare
  • Cross-reference Components with the Controls they satisfy, and vice-versa
  • Indicate which Certifications apply to each Control
  • Added Certifications tab
  • Improved site navigation