(x, ord)
| 469 | return m[sev] != null ? m[sev] : null; |
| 470 | } |
| 471 | function isFindingLocked(x, ord) { |
| 472 | if (!ord || ord.activeRank == null) return false; |
| 473 | const r = sevRank(x.severity); |
| 474 | return r != null && r > ord.activeRank; |
| 475 | } |
| 476 | |
| 477 | function findingActions(x, ord) { |
| 478 | const act = x.action; |
no test coverage detected