You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -479,7 +479,7 @@ import SecurityScannerResults from '@/components/security';
479
479
<SecurityScannerResultsresults={scannerJson} />
480
480
```
481
481
482
-
Supported scanner fields include `id`, `ruleId`, `cve`, `title`, `message`, `description`, `severity`, `level`, `package`, `dependency`, `file`, `path`, `line`, `recommendation`, `fix`, and safe `http`/`https` URLs. Arrays, common `{ findings: [...] }` style objects, SARIF `runs[].results`, and npm-audit-style `vulnerabilities` maps are normalized into one warning shape.
482
+
Supported scanner fields include `id`, `ruleId`, `check_id`, `check`, `cve`, `swc-id`, `title`, `check_name`, `message`, `description`, `severity`, `level`, `impact`, `package`, `dependency`, `file`, `path`, `filename`, `line`, `lineno`, `recommendation`, `fix`, and safe `http`/`https` URLs. Arrays, common `{ findings: [...] }` style objects, nested Slither-style `results.detectors`, Semgrep `results`, SARIF `runs[].results` with rule metadata, and npm-audit-style `vulnerabilities` or `advisories` maps are normalized into one warning shape.
483
483
484
484
Severity is normalized case-insensitively: `critical`, `high`, `medium`, `moderate`, `low`, `info`, `warning`, and `error` are supported. `error` maps to `high`; `warning` and `moderate` map to `medium`; unknown values remain `unknown`.
0 commit comments