Component path is referring a folder named archivedContent that does not exist in the source code
Details
The archivedContent folder is generally a result of using the flag: --includeArchiveContent for analyzing archive files like .jar, .tar, .zip and .war. --includeArchiveContent flag extract contents of archives (.jar, .tar, .zip, .war files) and adds it as part of the scan. The archived files are placed in a separate directory named “archivedContent” to analyze them. Please refer - Highlight Automated Code Scan (Command Line)
The component path referring to the folder named archivedContent thus exists because of this process of extracting contents of archives, for analysis.
Additional Resources
CAST Highlight Troubleshooting Guides
CAST Highlight Product Documentation
Ticket
50588
Comments