evidence/quality-gate-recovery.json +17−0 View file@@ -0,0 +1,17 @@
1 +
{ 2 +
"schemaVersion": "asw.quality-recovery/v1", 3 +
"repository": "tymict/icu-safety-runtime", 4 +
"scenario": "unsafe unbounded memory copy is blocked by the MCU static-analysis policy", 5 +
"failedRevision": { 6 +
"commitSha": "851fe1c00985bfe61303688e31b37dd93e3cb0a0", 7 +
"buildId": 79, 8 +
"buildNumber": 4, 9 +
"outcome": "FAILURE", 10 +
"gate": "gcc-warning-policy", 11 +
"rule": "NATIVE-STRCPY" 12 +
}, 13 +
"recovery": { 14 +
"action": "remove unsafe copy and restore bounded safety runtime implementation", 15 +
"expectedOutcome": "PASSED" 16 +
} 17 +
}