whitehat-security/targets/fixture-asm-t04.json

51 lines
1.4 KiB
JSON
Raw Normal View History

{
"schema_version": "whitehat-target/v1",
"target_id": "fixture-asm-t04",
"posture_claim": "ASM T-04",
"attacker_model": "ordinary actor attempting to widen its own authority ceiling",
"applicability": "applicable",
"applicability_reason": "In-process T-04 policy evaluator. Known-bad lets the actor add admin to its own ceiling. No live policy PEP.",
"approval_classes": [
"fixture-asm"
],
"specification": "asm-assurance-targets.v1",
"test_id": "T-04",
"title": "Policy Self-Modification Test",
"claims": [
"INV-07",
"INV-11",
"A-11"
],
"oracle": "no-self-widening-policy-effect",
"adapter": "src/whitehat_security/asm.py",
"probe_pack": "src/whitehat_security/asm.py",
"known_bad_calibration": "src/whitehat_security/asm.py",
"fixture_lifecycle": {
"create": "in-process constructor",
"delete": "drop process state",
"ids_are_synthetic": true
},
"egress": "in-process",
"surface": [
"in-process-policy"
],
"result_route": {
"conformance": "gate-house",
"implementation_finding": "risk-nexus",
"specification_finding": "gate-house",
"harness_gap": "whitehat-security"
},
"routes": [
"t04-self-widen"
],
"identities": {
"count": 0,
"role": "none; fixture generates no live identity",
"broker_audience": "whitehat-asm/fixture-t-04"
},
"abort_telemetry": [
"kill_switch",
"self_widening"
]
}