checkmarx_results
Records of Checkmarx scan results
-
id
Primary key - Unique identifier for the row
-
source_id
Foreign key - ID of the result in Checkmarx
-
scan_id
Foreign key - ID of the scan this result belongs to
-
project_id
Foreign key - ID of the project this result belongs to
-
type
string - Type of the result
-
platform
string - Platform where the result was found
-
severity
string - Severity level of the result
-
state
string - Current state of the result
-
status
string - Status of the result
-
first_found_at
date - Timestamp when the issue was first found
-
found_at
date - Timestamp when the issue was found in this scan
-
cvss_score
number - CVSS score of the vulnerability
-
cve_name
string - CVE identifier if applicable