Information about the finding’s remediation.
| Attribute name | Type | Description |
|---|
code_update | object | Path: @remediation.code_update Code changes to apply to remediate the finding. |
codegen | object | Path: @remediation.codegen Finding status for the code generation platform. |
container_image | object | Path: @remediation.container_image Newer container image version that may remediate the vulnerability. |
description | string | Path: @remediation.description Description of the remediation. |
host_image | object | Path: @remediation.host_image Latest host image version that may remediate the vulnerability. |
is_available | boolean | Path: @remediation.is_available
true if a remediation is currently available for the finding; false otherwise. |
microsoft_kb | object | Path: @remediation.microsoft_kb Remediation strategy using a Microsoft Knowledge Base (KB) article. |
package | object | Path: @remediation.package Remediation package information. |
recommended | object | Path: @remediation.recommended Recommended remediation details. |
recommended_type | string | Path: @remediation.recommended_type Recommended remediation type for the finding. |
root_package | object | Path: @remediation.root_package Remediation root package information. |
Code Update
Code changes to apply to remediate the finding.
| Attribute name | Type | Description |
|---|
edits | array (object) | Path: @remediation.code_update.edits Code changes required to remediate the finding. |
Edits
Code changes required to remediate the finding.
| Attribute name | Type | Description |
|---|
column_end | integer | Path: @remediation.code_update.edits.column_end Ending column position of the code change. |
column_start | integer | Path: @remediation.code_update.edits.column_start Starting column position of the code change. |
content | string | Path: @remediation.code_update.edits.content Contents of the code change. |
line_end | integer | Path: @remediation.code_update.edits.line_end Ending line number of the code change. |
line_start | integer | Path: @remediation.code_update.edits.line_start Starting line number of the code change. |
type | string | Path: @remediation.code_update.edits.type Nature of the code change. |
Codegen
Finding status for the code generation platform.
| Attribute name | Type | Description |
|---|
id | string | Path: @remediation.codegen.id Identifier used to track the remediation in the code generation backend. |
status | string | Path: @remediation.codegen.status Status of the automated fix generation. Valid values: generated, not_available_non_default_branch, not_available_unsupported_tool, not_available_unsupported_rule, not_available_disabled, not_available_git_provider_not_supported, not_available_confidence_too_low, error, not_available_has_deterministic_fixes, not_available_unknown_reason, not_available_org_not_onboarded, not_available_repository_disabled, not_available_unsupported_resource_type, not_available_unsupported_ecosystem, not_available_severity_too_low, not_available_transitive_library, not_available_no_remediation, not_available_unsupported_vulnerability_type. |
Container Image
Newer container image version that may remediate the vulnerability.
| Attribute name | Type | Description |
|---|
closest_no_vulnerabilities | object | Path: @remediation.container_image.closest_no_vulnerabilities Closest container image version with no vulnerabilities. |
Closest No Vulnerabilities
Closest container image version with no vulnerabilities.
| Attribute name | Type | Description |
|---|
image_url | string | Path: @remediation.container_image.closest_no_vulnerabilities.image_url URL of the container image that may remediate the vulnerability. |
layer_digests | array (string) | Path: @remediation.container_image.closest_no_vulnerabilities.layer_digests Layer digests of the currently vulnerable container image that needs to be upgraded. |
name | string | Path: @remediation.container_image.closest_no_vulnerabilities.name Name of the container image that may remediate the vulnerability. |
tag | string | Path: @remediation.container_image.closest_no_vulnerabilities.tag Tag of the container image that may remediate the vulnerability. |
Host Image
Latest host image version that may remediate the vulnerability.
| Attribute name | Type | Description |
|---|
latest_major | object | Path: @remediation.host_image.latest_major Information about the latest Amazon Machine Image (AMI) that may remediate the vulnerability. |
Latest Major
Information about the latest Amazon Machine Image (AMI) that may remediate the vulnerability.
| Attribute name | Type | Description |
|---|
name | string | Path: @remediation.host_image.latest_major.name Name of the latest Amazon Machine Image (for example, ami-12345678) that may remediate the vulnerability. |
Microsoft KB
Remediation strategy using a Microsoft Knowledge Base (KB) article.
| Attribute name | Type | Description |
|---|
closest_fix_advisory | object | Path: @remediation.microsoft_kb.closest_fix_advisory The closest patch available to address the current advisory. |
Closest Fix Advisory
The closest patch available to address the current advisory.
| Attribute name | Type | Description |
|---|
article | string | Path: @remediation.microsoft_kb.closest_fix_advisory.article Article name for the closest patch. |
Package
Remediation package information.
| Attribute name | Type | Description |
|---|
base | array (object) | Path: @remediation.package.base Current package version that the finding was detected on, before any remediation is applied. |
closest_minimum_risk_only_no_fix_vulnerabilities | array (object) | Path: @remediation.package.closest_minimum_risk_only_no_fix_vulnerabilities Closest package version that only contains vulnerabilities for which no fix is available, minimizing risk exposure. |
closest_no_critical | array (object) | Path: @remediation.package.closest_no_critical Closest package version with no critical vulnerabilities (based on base score). |
closest_no_vulnerabilities | array (object) | Path: @remediation.package.closest_no_vulnerabilities Closest package version with no vulnerabilities. |
latest_no_critical | array (object) | Path: @remediation.package.latest_no_critical The latest remediation package version with no critical vulnerabilities (based on base score). |
latest_no_vulnerabilities | array (object) | Path: @remediation.package.latest_no_vulnerabilities Latest package version with no vulnerabilities. |
Base
Current package version that the finding was detected on, before any remediation is applied.
| Attribute name | Type | Description |
|---|
fixed_advisories | array (object) | Path: @remediation.package.base.fixed_advisories Advisories that the remediation will fix. |
has_incomplete_data | boolean | Path: @remediation.package.base.has_incomplete_data Flag to indicate whether the remediation may have incomplete dependency data and therefore may not be 100% accurate. |
is_auto_solvable | boolean | Path: @remediation.package.base.is_auto_solvable Flag to indicate whether the remediation is autosolvable (only recompiling is needed) |
name | string | Path: @remediation.package.base.name Recommended package name that fixes the finding. |
new_advisories | array (object) | Path: @remediation.package.base.new_advisories Advisories that will appear if the remediation is applied. |
original_name | string | Path: @remediation.package.base.original_name Original name of the recommended package that fixes the finding. |
remaining_advisories | array (object) | Path: @remediation.package.base.remaining_advisories Advisories that will remain unfixed if the remediation is applied. |
version | string | Path: @remediation.package.base.version Recommended package version that fixes the finding. |
Fixed Advisories
Advisories that the remediation will fix.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.package.base.fixed_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.package.base.fixed_advisories.id Identifier of the advisory. |
New Advisories
Advisories that will appear if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.package.base.new_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.package.base.new_advisories.id Identifier of the advisory. |
Remaining Advisories
Advisories that will remain unfixed if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.package.base.remaining_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.package.base.remaining_advisories.id Identifier of the advisory. |
Closest Minimum Risk Only No Fix Vulnerabilities
Closest package version that only contains vulnerabilities for which no fix is available, minimizing risk exposure.
| Attribute name | Type | Description |
|---|
fixed_advisories | array (object) | Path: @remediation.package.closest_minimum_risk_only_no_fix_vulnerabilities.fixed_advisories Advisories that the remediation will fix. |
has_incomplete_data | boolean | Path: @remediation.package.closest_minimum_risk_only_no_fix_vulnerabilities.has_incomplete_data Flag to indicate whether the remediation may have incomplete dependency data and therefore may not be 100% accurate. |
is_auto_solvable | boolean | Path: @remediation.package.closest_minimum_risk_only_no_fix_vulnerabilities.is_auto_solvable Flag to indicate whether the remediation is autosolvable (only recompiling is needed) |
name | string | Path: @remediation.package.closest_minimum_risk_only_no_fix_vulnerabilities.name Recommended package name that fixes the finding. |
new_advisories | array (object) | Path: @remediation.package.closest_minimum_risk_only_no_fix_vulnerabilities.new_advisories Advisories that will appear if the remediation is applied. |
original_name | string | Path: @remediation.package.closest_minimum_risk_only_no_fix_vulnerabilities.original_name Original name of the recommended package that fixes the finding. |
remaining_advisories | array (object) | Path: @remediation.package.closest_minimum_risk_only_no_fix_vulnerabilities.remaining_advisories Advisories that will remain unfixed if the remediation is applied. |
version | string | Path: @remediation.package.closest_minimum_risk_only_no_fix_vulnerabilities.version Recommended package version that fixes the finding. |
Fixed Advisories
Advisories that the remediation will fix.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.package.closest_minimum_risk_only_no_fix_vulnerabilities.fixed_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.package.closest_minimum_risk_only_no_fix_vulnerabilities.fixed_advisories.id Identifier of the advisory. |
New Advisories
Advisories that will appear if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.package.closest_minimum_risk_only_no_fix_vulnerabilities.new_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.package.closest_minimum_risk_only_no_fix_vulnerabilities.new_advisories.id Identifier of the advisory. |
Remaining Advisories
Advisories that will remain unfixed if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.package.closest_minimum_risk_only_no_fix_vulnerabilities.remaining_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.package.closest_minimum_risk_only_no_fix_vulnerabilities.remaining_advisories.id Identifier of the advisory. |
Closest No Critical
Closest package version with no critical vulnerabilities (based on base score).
| Attribute name | Type | Description |
|---|
fixed_advisories | array (object) | Path: @remediation.package.closest_no_critical.fixed_advisories Advisories that the remediation will fix. |
has_incomplete_data | boolean | Path: @remediation.package.closest_no_critical.has_incomplete_data Flag to indicate whether the remediation may have incomplete dependency data and therefore may not be 100% accurate. |
is_auto_solvable | boolean | Path: @remediation.package.closest_no_critical.is_auto_solvable Flag to indicate whether the remediation is autosolvable (only recompiling is needed) |
name | string | Path: @remediation.package.closest_no_critical.name Recommended package name that fixes the finding. |
new_advisories | array (object) | Path: @remediation.package.closest_no_critical.new_advisories Advisories that will appear if the remediation is applied. |
original_name | string | Path: @remediation.package.closest_no_critical.original_name Original name of the recommended package that fixes the finding. |
remaining_advisories | array (object) | Path: @remediation.package.closest_no_critical.remaining_advisories Advisories that will remain unfixed if the remediation is applied. |
version | string | Path: @remediation.package.closest_no_critical.version Recommended package version that fixes the finding. |
Fixed Advisories
Advisories that the remediation will fix.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.package.closest_no_critical.fixed_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.package.closest_no_critical.fixed_advisories.id Identifier of the advisory. |
New Advisories
Advisories that will appear if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.package.closest_no_critical.new_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.package.closest_no_critical.new_advisories.id Identifier of the advisory. |
Remaining Advisories
Advisories that will remain unfixed if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.package.closest_no_critical.remaining_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.package.closest_no_critical.remaining_advisories.id Identifier of the advisory. |
Closest No Vulnerabilities
Closest package version with no vulnerabilities.
| Attribute name | Type | Description |
|---|
fixed_advisories | array (object) | Path: @remediation.package.closest_no_vulnerabilities.fixed_advisories Advisories that the remediation will fix. |
has_incomplete_data | boolean | Path: @remediation.package.closest_no_vulnerabilities.has_incomplete_data Flag to indicate whether the remediation may have incomplete dependency data and therefore may not be 100% accurate. |
is_auto_solvable | boolean | Path: @remediation.package.closest_no_vulnerabilities.is_auto_solvable Flag to indicate whether the remediation is autosolvable (only recompiling is needed) |
name | string | Path: @remediation.package.closest_no_vulnerabilities.name Recommended package name that fixes the finding. |
new_advisories | array (object) | Path: @remediation.package.closest_no_vulnerabilities.new_advisories Advisories that will appear if the remediation is applied. |
original_name | string | Path: @remediation.package.closest_no_vulnerabilities.original_name Original name of the recommended package that fixes the finding. |
remaining_advisories | array (object) | Path: @remediation.package.closest_no_vulnerabilities.remaining_advisories Advisories that will remain unfixed if the remediation is applied. |
version | string | Path: @remediation.package.closest_no_vulnerabilities.version Recommended package version that fixes the finding. |
Fixed Advisories
Advisories that the remediation will fix.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.package.closest_no_vulnerabilities.fixed_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.package.closest_no_vulnerabilities.fixed_advisories.id Identifier of the advisory. |
New Advisories
Advisories that will appear if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.package.closest_no_vulnerabilities.new_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.package.closest_no_vulnerabilities.new_advisories.id Identifier of the advisory. |
Remaining Advisories
Advisories that will remain unfixed if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.package.closest_no_vulnerabilities.remaining_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.package.closest_no_vulnerabilities.remaining_advisories.id Identifier of the advisory. |
Latest No Critical
The latest remediation package version with no critical vulnerabilities (based on base score).
| Attribute name | Type | Description |
|---|
fixed_advisories | array (object) | Path: @remediation.package.latest_no_critical.fixed_advisories Advisories that the remediation will fix. |
has_incomplete_data | boolean | Path: @remediation.package.latest_no_critical.has_incomplete_data Flag to indicate whether the remediation may have incomplete dependency data and therefore may not be 100% accurate. |
is_auto_solvable | boolean | Path: @remediation.package.latest_no_critical.is_auto_solvable Flag to indicate whether the remediation is autosolvable (only recompiling is needed) |
name | string | Path: @remediation.package.latest_no_critical.name Recommended package name that fixes the finding. |
new_advisories | array (object) | Path: @remediation.package.latest_no_critical.new_advisories Advisories that will appear if the remediation is applied. |
original_name | string | Path: @remediation.package.latest_no_critical.original_name Original name of the recommended package that fixes the finding. |
remaining_advisories | array (object) | Path: @remediation.package.latest_no_critical.remaining_advisories Advisories that will remain unfixed if the remediation is applied. |
version | string | Path: @remediation.package.latest_no_critical.version Recommended package version that fixes the finding. |
Fixed Advisories
Advisories that the remediation will fix.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.package.latest_no_critical.fixed_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.package.latest_no_critical.fixed_advisories.id Identifier of the advisory. |
New Advisories
Advisories that will appear if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.package.latest_no_critical.new_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.package.latest_no_critical.new_advisories.id Identifier of the advisory. |
Remaining Advisories
Advisories that will remain unfixed if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.package.latest_no_critical.remaining_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.package.latest_no_critical.remaining_advisories.id Identifier of the advisory. |
Latest No Vulnerabilities
Latest package version with no vulnerabilities.
| Attribute name | Type | Description |
|---|
fixed_advisories | array (object) | Path: @remediation.package.latest_no_vulnerabilities.fixed_advisories Advisories that the remediation will fix. |
has_incomplete_data | boolean | Path: @remediation.package.latest_no_vulnerabilities.has_incomplete_data Flag to indicate whether the remediation may have incomplete dependency data and therefore may not be 100% accurate. |
is_auto_solvable | boolean | Path: @remediation.package.latest_no_vulnerabilities.is_auto_solvable Flag to indicate whether the remediation is autosolvable (only recompiling is needed) |
name | string | Path: @remediation.package.latest_no_vulnerabilities.name Recommended package name that fixes the finding. |
new_advisories | array (object) | Path: @remediation.package.latest_no_vulnerabilities.new_advisories Advisories that will appear if the remediation is applied. |
original_name | string | Path: @remediation.package.latest_no_vulnerabilities.original_name Original name of the recommended package that fixes the finding. |
remaining_advisories | array (object) | Path: @remediation.package.latest_no_vulnerabilities.remaining_advisories Advisories that will remain unfixed if the remediation is applied. |
version | string | Path: @remediation.package.latest_no_vulnerabilities.version Recommended package version that fixes the finding. |
Fixed Advisories
Advisories that the remediation will fix.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.package.latest_no_vulnerabilities.fixed_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.package.latest_no_vulnerabilities.fixed_advisories.id Identifier of the advisory. |
New Advisories
Advisories that will appear if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.package.latest_no_vulnerabilities.new_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.package.latest_no_vulnerabilities.new_advisories.id Identifier of the advisory. |
Remaining Advisories
Advisories that will remain unfixed if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.package.latest_no_vulnerabilities.remaining_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.package.latest_no_vulnerabilities.remaining_advisories.id Identifier of the advisory. |
Root Package
Remediation root package information.
| Attribute name | Type | Description |
|---|
base | array (object) | Path: @remediation.root_package.base Current package version that the finding was detected on, before any remediation is applied. |
closest_minimum_risk_only_no_fix_vulnerabilities | array (object) | Path: @remediation.root_package.closest_minimum_risk_only_no_fix_vulnerabilities Closest package version that only contains vulnerabilities for which no fix is available, minimizing risk exposure. |
closest_no_critical | array (object) | Path: @remediation.root_package.closest_no_critical Closest package version with no critical vulnerabilities (based on base score). |
closest_no_vulnerabilities | array (object) | Path: @remediation.root_package.closest_no_vulnerabilities Closest package version with no vulnerabilities. |
latest_no_critical | array (object) | Path: @remediation.root_package.latest_no_critical The latest remediation package version with no critical vulnerabilities (based on base score). |
latest_no_vulnerabilities | array (object) | Path: @remediation.root_package.latest_no_vulnerabilities Latest package version with no vulnerabilities. |
Base
Current package version that the finding was detected on, before any remediation is applied.
| Attribute name | Type | Description |
|---|
fixed_advisories | array (object) | Path: @remediation.root_package.base.fixed_advisories Advisories that the remediation will fix. |
has_incomplete_data | boolean | Path: @remediation.root_package.base.has_incomplete_data Flag to indicate whether the remediation may have incomplete dependency data and therefore may not be 100% accurate. |
is_auto_solvable | boolean | Path: @remediation.root_package.base.is_auto_solvable Flag to indicate whether the remediation is autosolvable (only recompiling is needed) |
name | string | Path: @remediation.root_package.base.name Recommended package name that fixes the finding. |
new_advisories | array (object) | Path: @remediation.root_package.base.new_advisories Advisories that will appear if the remediation is applied. |
original_name | string | Path: @remediation.root_package.base.original_name Original name of the recommended package that fixes the finding. |
remaining_advisories | array (object) | Path: @remediation.root_package.base.remaining_advisories Advisories that will remain unfixed if the remediation is applied. |
version | string | Path: @remediation.root_package.base.version Recommended package version that fixes the finding. |
Fixed Advisories
Advisories that the remediation will fix.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.root_package.base.fixed_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.root_package.base.fixed_advisories.id Identifier of the advisory. |
New Advisories
Advisories that will appear if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.root_package.base.new_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.root_package.base.new_advisories.id Identifier of the advisory. |
Remaining Advisories
Advisories that will remain unfixed if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.root_package.base.remaining_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.root_package.base.remaining_advisories.id Identifier of the advisory. |
Closest Minimum Risk Only No Fix Vulnerabilities
Closest package version that only contains vulnerabilities for which no fix is available, minimizing risk exposure.
| Attribute name | Type | Description |
|---|
fixed_advisories | array (object) | Path: @remediation.root_package.closest_minimum_risk_only_no_fix_vulnerabilities.fixed_advisories Advisories that the remediation will fix. |
has_incomplete_data | boolean | Path: @remediation.root_package.closest_minimum_risk_only_no_fix_vulnerabilities.has_incomplete_data Flag to indicate whether the remediation may have incomplete dependency data and therefore may not be 100% accurate. |
is_auto_solvable | boolean | Path: @remediation.root_package.closest_minimum_risk_only_no_fix_vulnerabilities.is_auto_solvable Flag to indicate whether the remediation is autosolvable (only recompiling is needed) |
name | string | Path: @remediation.root_package.closest_minimum_risk_only_no_fix_vulnerabilities.name Recommended package name that fixes the finding. |
new_advisories | array (object) | Path: @remediation.root_package.closest_minimum_risk_only_no_fix_vulnerabilities.new_advisories Advisories that will appear if the remediation is applied. |
original_name | string | Path: @remediation.root_package.closest_minimum_risk_only_no_fix_vulnerabilities.original_name Original name of the recommended package that fixes the finding. |
remaining_advisories | array (object) | Path: @remediation.root_package.closest_minimum_risk_only_no_fix_vulnerabilities.remaining_advisories Advisories that will remain unfixed if the remediation is applied. |
version | string | Path: @remediation.root_package.closest_minimum_risk_only_no_fix_vulnerabilities.version Recommended package version that fixes the finding. |
Fixed Advisories
Advisories that the remediation will fix.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.root_package.closest_minimum_risk_only_no_fix_vulnerabilities.fixed_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.root_package.closest_minimum_risk_only_no_fix_vulnerabilities.fixed_advisories.id Identifier of the advisory. |
New Advisories
Advisories that will appear if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.root_package.closest_minimum_risk_only_no_fix_vulnerabilities.new_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.root_package.closest_minimum_risk_only_no_fix_vulnerabilities.new_advisories.id Identifier of the advisory. |
Remaining Advisories
Advisories that will remain unfixed if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.root_package.closest_minimum_risk_only_no_fix_vulnerabilities.remaining_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.root_package.closest_minimum_risk_only_no_fix_vulnerabilities.remaining_advisories.id Identifier of the advisory. |
Closest No Critical
Closest package version with no critical vulnerabilities (based on base score).
| Attribute name | Type | Description |
|---|
fixed_advisories | array (object) | Path: @remediation.root_package.closest_no_critical.fixed_advisories Advisories that the remediation will fix. |
has_incomplete_data | boolean | Path: @remediation.root_package.closest_no_critical.has_incomplete_data Flag to indicate whether the remediation may have incomplete dependency data and therefore may not be 100% accurate. |
is_auto_solvable | boolean | Path: @remediation.root_package.closest_no_critical.is_auto_solvable Flag to indicate whether the remediation is autosolvable (only recompiling is needed) |
name | string | Path: @remediation.root_package.closest_no_critical.name Recommended package name that fixes the finding. |
new_advisories | array (object) | Path: @remediation.root_package.closest_no_critical.new_advisories Advisories that will appear if the remediation is applied. |
original_name | string | Path: @remediation.root_package.closest_no_critical.original_name Original name of the recommended package that fixes the finding. |
remaining_advisories | array (object) | Path: @remediation.root_package.closest_no_critical.remaining_advisories Advisories that will remain unfixed if the remediation is applied. |
version | string | Path: @remediation.root_package.closest_no_critical.version Recommended package version that fixes the finding. |
Fixed Advisories
Advisories that the remediation will fix.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.root_package.closest_no_critical.fixed_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.root_package.closest_no_critical.fixed_advisories.id Identifier of the advisory. |
New Advisories
Advisories that will appear if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.root_package.closest_no_critical.new_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.root_package.closest_no_critical.new_advisories.id Identifier of the advisory. |
Remaining Advisories
Advisories that will remain unfixed if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.root_package.closest_no_critical.remaining_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.root_package.closest_no_critical.remaining_advisories.id Identifier of the advisory. |
Closest No Vulnerabilities
Closest package version with no vulnerabilities.
| Attribute name | Type | Description |
|---|
fixed_advisories | array (object) | Path: @remediation.root_package.closest_no_vulnerabilities.fixed_advisories Advisories that the remediation will fix. |
has_incomplete_data | boolean | Path: @remediation.root_package.closest_no_vulnerabilities.has_incomplete_data Flag to indicate whether the remediation may have incomplete dependency data and therefore may not be 100% accurate. |
is_auto_solvable | boolean | Path: @remediation.root_package.closest_no_vulnerabilities.is_auto_solvable Flag to indicate whether the remediation is autosolvable (only recompiling is needed) |
name | string | Path: @remediation.root_package.closest_no_vulnerabilities.name Recommended package name that fixes the finding. |
new_advisories | array (object) | Path: @remediation.root_package.closest_no_vulnerabilities.new_advisories Advisories that will appear if the remediation is applied. |
original_name | string | Path: @remediation.root_package.closest_no_vulnerabilities.original_name Original name of the recommended package that fixes the finding. |
remaining_advisories | array (object) | Path: @remediation.root_package.closest_no_vulnerabilities.remaining_advisories Advisories that will remain unfixed if the remediation is applied. |
version | string | Path: @remediation.root_package.closest_no_vulnerabilities.version Recommended package version that fixes the finding. |
Fixed Advisories
Advisories that the remediation will fix.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.root_package.closest_no_vulnerabilities.fixed_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.root_package.closest_no_vulnerabilities.fixed_advisories.id Identifier of the advisory. |
New Advisories
Advisories that will appear if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.root_package.closest_no_vulnerabilities.new_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.root_package.closest_no_vulnerabilities.new_advisories.id Identifier of the advisory. |
Remaining Advisories
Advisories that will remain unfixed if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.root_package.closest_no_vulnerabilities.remaining_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.root_package.closest_no_vulnerabilities.remaining_advisories.id Identifier of the advisory. |
Latest No Critical
The latest remediation package version with no critical vulnerabilities (based on base score).
| Attribute name | Type | Description |
|---|
fixed_advisories | array (object) | Path: @remediation.root_package.latest_no_critical.fixed_advisories Advisories that the remediation will fix. |
has_incomplete_data | boolean | Path: @remediation.root_package.latest_no_critical.has_incomplete_data Flag to indicate whether the remediation may have incomplete dependency data and therefore may not be 100% accurate. |
is_auto_solvable | boolean | Path: @remediation.root_package.latest_no_critical.is_auto_solvable Flag to indicate whether the remediation is autosolvable (only recompiling is needed) |
name | string | Path: @remediation.root_package.latest_no_critical.name Recommended package name that fixes the finding. |
new_advisories | array (object) | Path: @remediation.root_package.latest_no_critical.new_advisories Advisories that will appear if the remediation is applied. |
original_name | string | Path: @remediation.root_package.latest_no_critical.original_name Original name of the recommended package that fixes the finding. |
remaining_advisories | array (object) | Path: @remediation.root_package.latest_no_critical.remaining_advisories Advisories that will remain unfixed if the remediation is applied. |
version | string | Path: @remediation.root_package.latest_no_critical.version Recommended package version that fixes the finding. |
Fixed Advisories
Advisories that the remediation will fix.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.root_package.latest_no_critical.fixed_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.root_package.latest_no_critical.fixed_advisories.id Identifier of the advisory. |
New Advisories
Advisories that will appear if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.root_package.latest_no_critical.new_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.root_package.latest_no_critical.new_advisories.id Identifier of the advisory. |
Remaining Advisories
Advisories that will remain unfixed if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.root_package.latest_no_critical.remaining_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.root_package.latest_no_critical.remaining_advisories.id Identifier of the advisory. |
Latest No Vulnerabilities
Latest package version with no vulnerabilities.
| Attribute name | Type | Description |
|---|
fixed_advisories | array (object) | Path: @remediation.root_package.latest_no_vulnerabilities.fixed_advisories Advisories that the remediation will fix. |
has_incomplete_data | boolean | Path: @remediation.root_package.latest_no_vulnerabilities.has_incomplete_data Flag to indicate whether the remediation may have incomplete dependency data and therefore may not be 100% accurate. |
is_auto_solvable | boolean | Path: @remediation.root_package.latest_no_vulnerabilities.is_auto_solvable Flag to indicate whether the remediation is autosolvable (only recompiling is needed) |
name | string | Path: @remediation.root_package.latest_no_vulnerabilities.name Recommended package name that fixes the finding. |
new_advisories | array (object) | Path: @remediation.root_package.latest_no_vulnerabilities.new_advisories Advisories that will appear if the remediation is applied. |
original_name | string | Path: @remediation.root_package.latest_no_vulnerabilities.original_name Original name of the recommended package that fixes the finding. |
remaining_advisories | array (object) | Path: @remediation.root_package.latest_no_vulnerabilities.remaining_advisories Advisories that will remain unfixed if the remediation is applied. |
version | string | Path: @remediation.root_package.latest_no_vulnerabilities.version Recommended package version that fixes the finding. |
Fixed Advisories
Advisories that the remediation will fix.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.root_package.latest_no_vulnerabilities.fixed_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.root_package.latest_no_vulnerabilities.fixed_advisories.id Identifier of the advisory. |
New Advisories
Advisories that will appear if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.root_package.latest_no_vulnerabilities.new_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.root_package.latest_no_vulnerabilities.new_advisories.id Identifier of the advisory. |
Remaining Advisories
Advisories that will remain unfixed if the remediation is applied.
| Attribute name | Type | Description |
|---|
base_severity | string | Path: @remediation.root_package.latest_no_vulnerabilities.remaining_advisories.base_severity Base severity of the advisory. |
id | string | Path: @remediation.root_package.latest_no_vulnerabilities.remaining_advisories.id Identifier of the advisory. |