File Metadata
The File Details tab includes a expandable header that lists metadata about the selected codebase file, as well as the three tabs—Evidence, Exact Matches, and Partial Matches—available to examine the file’s open-source or third-party evidence. (These tabs are described in the procedural sections that follow.)
By default, the header is collapsed.
File Property |
Description |
<alias>:<relativeFile |
(Displays only when the header is collapsed) The file identified in an <alias>:<relativeFilePath> format, where <alias> and <relativeFilePath> are defined below for Alias and Path. As an example, if you selected the codebase file agpl-3.0.txt, located directly under the scan folder ePortal-1.3, which in turn is directly under the scan-root path for the scanner whose alias is “EP_remote”, the file name shown here would be EP_remote:ePortal-1.3/agpl-3.0.txt. |
Name |
The name of the selected file. |
Path |
The file’s path relative to the scan-root path on instance hosting the scanner (Scan Server or remote scan agent). |
Alias |
The unique name defined during scanner setup to represent the scanner’s scan-root path containing the codebase where the file is located. The alias provides a more descriptive name for the scan-root path. |
Digest |
The MD5 value for the file. Note:If SHA-1 support is enabled for your Code Insight instance, you can view the file’s SHA-1 digest by using the Code Insight Get details of a file by ID or Fetch all scanned files for a project REST API. For more information about these APIs, refer to the Code Insight Swagger documentation, available from the Help > REST API Guide option on the |
Modified |
The value of the file’s “Date Modified” property at the time of the most recent scan. This value shows the date when the file was last modified in the file system. |
Type |
The file format type of the scanned file, such FILE or ARCHIVE_BINARY. |
File Size |
The size of the file. |
Lines of Code |
The number of lines of code in the file. |
Reviewed |
The Yes or No indicator showing whether the file has been reviewed. |