Coverity API
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.
Last modified January 19, 2024: :sparkles: advance parser docs to provide sample scan data (#9347) (f1e435e59)