| Column | Type | Description |
|---|---|---|
component_table_id |
int8 | id field in the Component table. |
match_archive_context |
text | Local path to the archived file relative to the project’s root directory. |
match_confidence |
numeric | Represents the confidence in the match, excluding, snippet, binary, or partial file matches. For manually added components and components added via package manager scans, the value is always 100%. Components found via signature scans are the only components that have a confidence value between 0.00 (no confidence) and 100.00 (confident). |
match_file_name |
text | File name |
match_id |
int8 | Match ID. |
match_path |
text | Path. |
match_type |
text | One of the following values:
|
project_version_id |
UUID | Project version ID. |
snippet_confirmation_status |
text | Review status of the snippet matches. Possible values are:
Note that snippet matches that have not been reviewed will not appear in the reporting database. |