Skip to content
Snippets Groups Projects

feat: Add call to Circl API to retrieve summary and CVSS score

All threads resolved!
Files
8
+ 10
0
@@ -88,4 +88,14 @@ components:
top_level_project:
type: string
description: The top level project where the vulnerability was found
circl_summary:
type:
- string
- 'null'
description: The summary of the vulnerablility pulled from the Circl API
circl_cvss:
type:
- number
- 'null'
description: The CVSS score pulled from the Circl API
Loading