Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LGA] Enhanced Remediation #1033

Merged
merged 4 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ The LGA features are not available on all stacks and are subject to change by th
|FEATURE
|DESCRIPTION

// |*Enhanced Remediation*
//RLP-144840

// |

|tt:[Update] *Asset Inventory and Compliance*
//RLP-152449

Expand All @@ -31,6 +26,28 @@ The LGA features are not available on all stacks and are subject to change by th

* In *Compliance*, the asset-level filters are applied on asset count and show all compliances with counts as per the filters. It will still display compliance with 0 count if none of the assets get filtered. You can apply the compliance-level filters to filter by compliance.

* See https://docs.prismacloud.io/en/enterprise-edition/assets/pdf/asset-inventory-compliance-api-documentation.pdf[Asset Inventory and Compliance API documentation] for the new version of APIs, which are only applicable to LGA customers.

|*Enhanced Remediation*
//RLP-144840

|Enhanced Remediation improves the quality and effective of Prisma Cloud security alert remediation guidance. It leverages artificial intelligence (AI) to assist your teams in enhancing remediation content for existing alerts and policies, while ensuring all recommendations undergo rigorous human review and QA validation. The recommendations now provide AI-assisted remediation steps for Critical and High Alerts. It provides you with a seamless and intuitive experience allowing you to quickly access and understand the remediation steps.

* *Alerts* includes a new *Enhanced Remediation* Saved View. When you select *Enhanced Remediation* filter option as *Yes*, you can view the alerts that you can resolve using enhanced remediation.
+
image::enhanced-remediation-1.png[]

* Click the *Alert ID* to view the new *How to Fix* tab (previously known as Recommendations) with the various remediation options.
+
image::enhanced-remediation-4.png[]

* Expand the accordion to fix the alert with either *Manual Remediation in Console* (previously known as Recommendation Steps), *Remediate with Terraform Template*, or *Remediate with CLI Command*.
+
image::enhanced-remediation-6.png[]

There are multiple clickable boxes for each finding that are part of the Attack Path. For individual alerts, such as standalone policies, there is only one box. For alerts or policies that do not have Terraform or CLI, only Manual remediation is available.

//* The *Policy* table includes a new *AI Remediation* column.

|*Tag-based RBAC with Resource Lists*
//RLP-143394
Expand Down
Loading