User wants to update the OSS status for a component which has a blank status in all the page listings in Highlight. This is because there is no version number for the component.
For eg, The component - chisimba/chisimba, do not have any versions released. The component catalogue shows no version information.
Due to no version the component shows a blank status in all other page listings for this component in Highlight.
User wants to update the OSS status for these components to the review list.
Workaround
-
Run the post command without a version.
POST {instanceUrl}/WS2/domains/<domain id>/thirdparty/status/configuration
[
{
"component":"{componentName}",
"classification":"whitelist"
}
] -
Do a recompute.
NB : In this specific scenario the other alternative option is to exclude from the process the Non-versioned components using the component exclusion option. Please refer CAST HIGHLIGHT - SCA - How to exclude and report a third party component
Additional Resources
CAST Highlight Troubleshooting Guides
CAST Highlight Product Documentation
Ticket
47631
Comments