Changes to toolComponent properties?
EBALLOT PROPOSAL: add several descriptive strings to toolComponent that help describe it. This information may be displayed in context of a results management system (which, for example, might provide a brief description of a tool along with a current set of scan results).
API IMPACT:
In the tool object:
Add a organization property of type string: the company or organization that produced the tool
Add a product property of type string: a product suite to which the tool belongs,
Add a shortDescription property of type multiformatMessageString: a brief, multiformat description of the tool
Add a fullDescription property of type multiformatMessageString: a comprehensive multiformat description of the tool
Convert artifactIndex to an array of artifact locations named artifactIndices
https://github.com/oasis-tcs/sarif-spec/issues/336
|