(cveOrId)
| 14318 | }; |
| 14319 | } |
| 14320 | |
| 14321 | function formatPwnStateLabel(state) { |
| 14322 | if (!state) { |
| 14323 | return 'Unknown'; |
| 14324 | } |
| 14325 | return state.replace(/_/g, ' ').replace(/\b\w/g, char => char.toUpperCase()); |
| 14326 | } |
| 14327 |
nothing calls this directly
no test coverage detected