...
| Code Block |
|---|
float x, result;
if(isless(x, 0)){
/* handle domain error */
}
result = sqrt(x);
|
Risk Assessment
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
|---|---|---|---|---|---|
FLP32-C | 1 (high) | 2 (probable) | 2 (high) | P6 | L2 |
Priority: P6 Level: L2
Component | Value |
|---|---|
Severity | 1 (high) |
Likelihood | 2 (probable) |
Remediation cost | 2 (high) |
...