Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.39 KB

CveGetCveDetailResponseBody.md

File metadata and controls

24 lines (19 loc) · 1.39 KB

CveGetCveDetailResponseBody

Properties

Name Type Description Notes
created_at datetime created time
cve_id str Cve ID string of cve
cvss file_type cvss of cve
cwes [CweResponseBody] cwes of cve
env_metric_v2s [EnvMetricV2ResponseBody] envMetricV2 of cve
env_metric_v3s [EnvMetricV3ResponseBody] envMetricV3 of cve
references {str: (str,)} references of cve
sec_metrics [SecMetricResponseBody] secMetric of cve
server_os_families [str] serverOsFamilies of cve
tmp_metric_v2 TmpMetricResponseBody
tmp_metric_v3 TmpMetricResponseBody
updated_at datetime updated time
advisories [AdvisoryResponseBody] advisory of cve [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]