Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"findings_generation": {
"aws_calls_made": false,
"live_aws_used": false,
"mode": "frozen_expected_output",
"reason": "Existing local replay/reasoner machinery was not used in this slice because this slice only introduces fixture files and contract tests.",
"replay_equivalence_follow_up": "add replay-equivalence slice before presenting the fixture as stronger than a static teaching fixture",
"replay_equivalence_follow_up_required": true
},
"fixture_id": "path_overcounting_shared_uncertainty",
"local_only": true,
"non_claims": [
"not live AWS evidence",
"not production readiness",
"not broad IAMScope correctness",
"not broad exploitability",
"not real-world scalability"
],
"schema_version": "demo-fixture-v1",
"synthetic": true,
"uncertainty_sources": [
{
"intended_inconclusive_count": 8,
"meaning": "specific target-role resource coverage cannot be proven for a repeated PassRole-like path family",
"uncertainty_class": "shared_passrole_target_resource_scope_unknown"
},
{
"intended_inconclusive_count": 2,
"meaning": "permission-boundary or SCP context is unresolved for this fixture family",
"uncertainty_class": "shared_boundary_context_unresolved"
},
{
"intended_inconclusive_count": 1,
"meaning": "session-policy context is absent from the local fixture",
"uncertainty_class": "session_policy_context_missing"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"fixture_id": "path_overcounting_shared_uncertainty",
"groups": [
{
"count": 8,
"finding_ids": [
"demo-finding-013",
"demo-finding-014",
"demo-finding-015",
"demo-finding-016",
"demo-finding-017",
"demo-finding-018",
"demo-finding-019",
"demo-finding-020"
],
"reviewer_action": "resolve specific target-role resource coverage for the repeated PassRole-like family first",
"uncertainty_class": "shared_passrole_target_resource_scope_unknown"
},
{
"count": 2,
"finding_ids": [
"demo-finding-021",
"demo-finding-022"
],
"reviewer_action": "provide scoped permission-boundary or SCP context before promoting these paths",
"uncertainty_class": "shared_boundary_context_unresolved"
},
{
"count": 1,
"finding_ids": [
"demo-finding-023"
],
"reviewer_action": "provide session-policy context before treating this path as validated",
"uncertainty_class": "session_policy_context_missing"
}
],
"schema_version": "demo-fixture-v1"
}
Loading