ScanResult
this is data returned by the CLI plugins to identify what should be scanned for issuesTestResult
this data is returned on asnyk test
for supported project types after the relevant plugin extracts dependencies. It includes issues informationIssues
includes identifiable information for License Issues, Vulnerabilities and any other issues detected by Snyk (Code Issues etc)IssueData
detailed information about each issue id that includesCVSS
score,severity
,description
and moreRemediation
this is data returned after Snyk detects issues. This is only returned for ecosystems that support remediation calculation and includesPins
,Upgrades
,Patches
(legacyIgnores
are sent but are empty/unused since this is now stored on the org policy)EntityToFix
is asnyk test
result for a specific scanned Snyk project (new CLI flows should be returning this or similar, but currently legacy flows return minimal information). This includesScanResult
,TestResult
,options
CLI was called with and aworkspace
that defines how to read/write to disk.