File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,18 +105,18 @@ namespace {
105105 picojson::object rule;
106106 rule[" id" ] = picojson::value (finding.id );
107107 // rule.name
108- rule[" name" ] = picojson::value (finding. genericMessage () );
108+ rule[" name" ] = picojson::value (" " );
109109 // rule.shortDescription.text
110110 picojson::object shortDescription;
111- shortDescription[" text" ] = picojson::value (finding. genericMessage () );
111+ shortDescription[" text" ] = picojson::value (" " );
112112 rule[" shortDescription" ] = picojson::value (shortDescription);
113113 // rule.fullDescription.text
114114 picojson::object fullDescription;
115- fullDescription[" text" ] = picojson::value (finding. genericMessage () );
115+ fullDescription[" text" ] = picojson::value (" " );
116116 rule[" fullDescription" ] = picojson::value (fullDescription);
117117 // rule.help.text
118118 picojson::object help;
119- help[" text" ] = picojson::value (finding. genericMessage () );
119+ help[" text" ] = picojson::value (" " );
120120 rule[" help" ] = picojson::value (help);
121121 // rule.properties.precision, rule.properties.problem.severity
122122 picojson::object properties;
You can’t perform that action at this time.
0 commit comments