safety-and-correctness-gaps-compound

Status: OUT

Correctness weaknesses cluster at temporal boundaries (TOCTOU, non-atomic checks) while safety enforcement is local and permissive (per-module error contracts, default-allow access control) — the most temporally sensitive code paths operate under the least standardized safety nets, creating compounding rather than independent risk.

Justifications

Safety is local/permissive (depth-3) and correctness gaps cluster at temporal boundaries (depth-3) — their intersection means the highest-risk code has the weakest protection

Depends on (SL): safety-is-local-and-permissive, correctness-gaps-cluster-at-temporal-boundaries

Depended on by

JSON