Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LZA Compliance Framework Impact Tracker (LZA CFIT) — Docs

Static site presenting the LZA CFIT analysis. Loads the JSON artifacts generated by lzacfit-code and drives an interactive view of every published LZA Compliance Workbook version and its included Compliance Frameworks.

Structure

index.html          shell + sections
css/site.css        styling
js/app.js           data loading + Chart.js views
assets/             logo and static images
data/               JSON artifacts (copied from lzacfit-code/out/)

Local preview

No build step. Serve the directory:

python3 -m http.server 8000
open http://127.0.0.1:8000/

Refreshing data

The JSON in data/ is generated by the code repository. From the sibling lzacfit-code:

make publish

That target regenerates out/*.json and copies it into ../lzacfit-docs/data/.

Views

  1. LZA Compliance Workbook Development — totals per workbook version with mini bar charts and a source-file table.
  2. Comparative Framework Coverage in a Single LZA Compliance Workbook Version — bar chart across every Compliance Framework, driven by a metric selector.
  3. Single Framework Coverage Across All LZA Compliance Workbook Versions — longitudinal view of one framework's coverage over time, with delta vs previous version.
  4. Single Framework Coverage in a Single LZA Compliance Workbook Version — top-N Related Controls in a chosen framework and version.
  5. Single LZA Common Control ID Presence and Mappings — presence per workbook version, filtered mappings by version, and description panel.
  6. Framework Coverage and Related Control Mapping for a Single LZA Common Control ID — framework × version pill matrix for one LZA CCID.
  7. LZA Common Control ID Lifecycle Across Workbook Versions — every observed LZA CCID with per-version presence pills and description.
  8. Compliance Framework Lifecycle Across Workbook Versions — every observed framework with per-version presence pills.
  9. Inspect Presence and Mapping of Single Control in a Nominated Framework — LZA CCIDs mapped to one framework control, with description and cross-version presence.
  10. Mapped vs Unmapped LZA Common Control IDs per Framework — per (framework, version) coverage stats and a table of unmapped CCIDs with descriptions.
  11. Mapped vs Unmapped Ratios for All Frameworks — proportional and absolute stacked bars across every framework in a chosen version.
  12. Most Frequently Mapped LZA Common Control IDs — top-N ranking.
  13. Most Frequently Mapped Related Controls — top-N ranking.

Attribution

LZA Universal Configuration, LZA Compliance Workbook, and the base LZA logo with rocket device © Amazon Web Services. LZA CFIT analysis tool and publication © Baden Hughes. See the site footer for full attribution and caveats.

About

No description or website provided.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages