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.
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/)
No build step. Serve the directory:
python3 -m http.server 8000
open http://127.0.0.1:8000/The JSON in data/ is generated by the code repository. From the sibling
lzacfit-code:
make publishThat target regenerates out/*.json and copies it into
../lzacfit-docs/data/.
- LZA Compliance Workbook Development — totals per workbook version with mini bar charts and a source-file table.
- Comparative Framework Coverage in a Single LZA Compliance Workbook Version — bar chart across every Compliance Framework, driven by a metric selector.
- Single Framework Coverage Across All LZA Compliance Workbook Versions — longitudinal view of one framework's coverage over time, with delta vs previous version.
- Single Framework Coverage in a Single LZA Compliance Workbook Version — top-N Related Controls in a chosen framework and version.
- Single LZA Common Control ID Presence and Mappings — presence per workbook version, filtered mappings by version, and description panel.
- Framework Coverage and Related Control Mapping for a Single LZA Common Control ID — framework × version pill matrix for one LZA CCID.
- LZA Common Control ID Lifecycle Across Workbook Versions — every observed LZA CCID with per-version presence pills and description.
- Compliance Framework Lifecycle Across Workbook Versions — every observed framework with per-version presence pills.
- Inspect Presence and Mapping of Single Control in a Nominated Framework — LZA CCIDs mapped to one framework control, with description and cross-version presence.
- Mapped vs Unmapped LZA Common Control IDs per Framework — per (framework, version) coverage stats and a table of unmapped CCIDs with descriptions.
- Mapped vs Unmapped Ratios for All Frameworks — proportional and absolute stacked bars across every framework in a chosen version.
- Most Frequently Mapped LZA Common Control IDs — top-N ranking.
- Most Frequently Mapped Related Controls — top-N ranking.
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.