Severity represents the severity level of a security finding. It is used to categorize the risk and priority of detected vulnerabilities.
| 202 | // Severity represents the severity level of a security finding. |
| 203 | // It is used to categorize the risk and priority of detected vulnerabilities. |
| 204 | type Severity string |
| 205 | |
| 206 | const ( |
| 207 | // SeverityCritical indicates definite injection (e.g., OR 1=1 --) |
no outgoing calls
no test coverage detected