One boundary.json, four audiences — what the demos look like #4
cognis-digital
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
A nice property of fedramplens: a single boundary definition fans out into everything different stakeholders need. The new demos show the same engine through four lenses:
flowchart LR BJSON["boundary.json"] --> ANALYZE["analyze_boundary()"] BJSON --> SSP["generate_ssp()"] BJSON --> POAM["generate_poam()"] ANALYZE --> SARIF["to_sarif()"] ANALYZE --> MAP["boundary map"]Try
PYTHONUTF8=1 python demos/run_all.pyand share which view fits your workflow.All reactions