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
id: 'SARIF_BUILDER_INVALID: Please send the rule identifier in id property, or call setRuleId(ruleId)',
shortDescription: {
text: 'SARIF_BUILDER_INVALID: Please send the rule text in shortDescription.text property, or call setShortDescriptionText(text)',
},
};
// Initialize SARIF Run builder
constructor(options: SarifRuleOptions={}){
setOptionValues(options,this.rule);
}
This is basically the same issue as my previous one (#55), only this time it applies to the rule, rather than the result. My suggested fixes are the same.
The text was updated successfully, but these errors were encountered:
node-sarif-builder/src/lib/sarif-rule-builder.ts
Lines 10 to 21 in 2682b61
This is basically the same issue as my previous one (#55), only this time it applies to the rule, rather than the result. My suggested fixes are the same.
The text was updated successfully, but these errors were encountered: