Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 846 Bytes

File metadata and controls

25 lines (20 loc) · 846 Bytes
title Coverity API
toc_hide true

Export Coverity API view data in JSON format (/api/viewContents/issues endpoint).

Currently these columns are mandatory:

  • displayType (Type in the UI)
  • displayImpact (Impact in the UI)
  • status (Status in the UI)
  • firstDetected (First Detected in the UI)

Other supported attributes: cwe, displayFile, occurrenceCount and firstDetected

Sample Scan Data

Sample Coverity API scans can be found here.

Default Deduplication Hashcode Fields

By default, DefectDojo identifies duplicate Findings using these hashcode fields:

  • title
  • cwe
  • line
  • file path
  • description