Record
get-list-of-latest-issues-response-results-item-issue
No description available.
record get-list-of-latest-issues-response-results-item-issue {
cvs-sv3: option<string>,
credit: option<list<string>>,
cvss-score: option<f64>,
disclosure-time: option<string>,
exploit-maturity: string,
id: string,
identifiers: option<get-list-of-latest-issues-response-results-item-issue-identifiers>,
ignored: option<list<string>>,
is-ignored: option<bool>,
is-patchable: option<bool>,
is-patched: option<bool>,
is-pinnable: option<bool>,
is-upgradable: option<bool>,
jira-issue-url: option<string>,
language: option<string>,
original-severity: string,
package-op: string,
package-manager: option<string>,
patches: option<list<string>>,
priority-score: option<f64>,
publication-time: option<string>,
semver: option<get-list-of-latest-issues-response-results-item-issue-semver>,
severity: string,
title: string,
type-op: string,
unique-severities-list: option<list<string>>,
url: string,
version: string,
}Fields
| Name | Type | Description |
|---|---|---|
| cvs-sv3 | option<string> | |
| credit | option<list<string>> | |
| cvss-score | option<f64> | |
| disclosure-time | option<string> | |
| exploit-maturity | string | |
| id | string | |
| identifiers | option<get-list-of-latest-issues-response-results-item-issue-identifiers> | |
| ignored | option<list<string>> | |
| is-ignored | option<bool> | |
| is-patchable | option<bool> | |
| is-patched | option<bool> | |
| is-pinnable | option<bool> | |
| is-upgradable | option<bool> | |
| jira-issue-url | option<string> | |
| language | option<string> | |
| original-severity | string | |
| package-op | string | |
| package-manager | option<string> | |
| patches | option<list<string>> | |
| priority-score | option<f64> | |
| publication-time | option<string> | |
| semver | option<get-list-of-latest-issues-response-results-item-issue-semver> | |
| severity | string | |
| title | string | |
| type-op | string | |
| unique-severities-list | option<list<string>> | |
| url | string | |
| version | string |