mitre / heimdall-lite-1.0

A single page java-script implementation of the MITRE Heimdall InSpec results viewer
https://mitre.github.io/heimdall-lite-1.0/
Other
4 stars 3 forks source link

add support for the new InSpec 3.x data #44

Open aaronlippold opened 5 years ago

aaronlippold commented 5 years ago

InSpec 3.x introduced two breaking change to our apps - multi-section describe blocks

  1. Multi-Section describe blocks see: https://github.com/inspec/inspec/pull/3424
  2. Text based impacts see: https://github.com/inspec/inspec/pull/3359

We will need to update all our apps to support both pre and post InSpec.

aaronlippold commented 5 years ago

I actually want a couple things out of that PR for both Heimdall and Heimdall-Lite and Vulcan and the _tools.

( please create an issues on each project for this - and create a PR or PRs to cover the 6 elements )

samcornwell commented 5 years ago

working on this