We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4dbe48 commit c93d7b5Copy full SHA for c93d7b5
1 file changed
cli/cppcheckexecutor.cpp
@@ -115,8 +115,7 @@ namespace {
115
//else if (finding.severity == Severity::warning)
116
// securitySeverity = 5.1; // We see potential undefined behavior
117
if (securitySeverity > 0.5) {
118
- // skipped: "security-severity" caused error when uploading to github
119
- // properties["security-severity"] = picojson::value(securitySeverity);
+ properties["security-severity"] = picojson::value(securitySeverity);
120
const picojson::array tags{picojson::value("security")};
121
properties["tags"] = picojson::value(tags);
122
}
0 commit comments