We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d40af3 commit 1972266Copy full SHA for 1972266
1 file changed
tools/report-converter/codechecker_report_converter/report/parser/sarif.py
@@ -32,8 +32,8 @@
32
# Mapping from SARIF level (§3.27.10) to CodeChecker severity.
33
# SARIF levels: "error", "warning", "note", "none"
34
SARIF_LEVEL_TO_SEVERITY: Dict[str, str] = {
35
- "error": "HIGH",
36
- "warning": "MEDIUM",
+ "error": "CRITICAL",
+ "warning": "HIGH",
37
"note": "LOW",
38
}
39
0 commit comments