> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/release-notes/prisma-cloud-release-information/classic-releases/prisma-cloud-compute-release-information/features-introduced-in-compute-march-2023.md).

# Features Introduced in March 2023

The host, container, and serverless capabilities on the **Compute** tab are being upgraded starting on Mar 12, 2023. When upgraded, the version will be 22.12.694.

* [New Features in Prisma Cloud Compute](#new-features-prisma-cloud-compute)
* See also [Known Issues](/release-notes/prisma-cloud-known-issues/known-fixed-issues.md)

## New Features in Prisma Cloud Compute

| Feature                               | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| ------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **CVE Coverage Update**               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
|                                       | <p>As part of the 22.12 release, Prisma Cloud has rolled out updates to its vulnerability data for Common Vulnerabilities and Exposures (CVEs) in the Intelligence Stream. The new additions are as follows:</p><ul><li>Fixed <a href="https://nvd.nist.gov/vuln/detail/CVE-2023-25173">CVE-2023-25173</a> and <a href="https://nvd.nist.gov/vuln/detail/CVE-2023-25153">CVE-2023-25153</a> (Severity - Moderate): the <code>containerd</code> package is used in the Prisma Cloud Defender and for Agentless Scanning. To address the vulnerability, upgrade to <code>containerd</code> version v1.6.18 or v1.5.18 as needed.</li><li>Fixed <a href="https://nvd.nist.gov/vuln/detail/CVE-2022-1996">CVE-2022-1996</a> (Severity - Critical) is included in the Intelligence Stream feed. The Go-Restful package is a transitive dependency that is pulled with <a href="http://k8s.io/client-go">k8s.io/client-go</a> and <a href="http://k8s.io/kube-openapi">k8s.io/kube-openapi</a> and is not being used directly in the Compute Defender and Console, thus it is suppressed.</li></ul> |
| **Enhancements**                      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| **GKE Autopilot Clusters**            | Improved testing to support the automatic updates of GKE Autopilot clusters. The latest three Prisma Cloud releases are tested daily using the latest GKE Autopilot version for continued support.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| **Defender Upgrade All Improvements** | When you select to upgrade all Defenders (**Manage > Defenders > Deployed Defenders**), you can only upgrade the Defenders that are eligible for an upgrade and for which you have the permission to upgrade based on the collections that are assigned to your Prisma Cloud role. A confirmation dialog displays to confirm the upgrade. This change applies to upgrades for Host and Single Container Defenders on Linux and Windows.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Oracle Cloud                          | Added support to scan images and containers running on cloud hosts in the supported Oracle Cloud environments.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.prismacloud.io/release-notes/prisma-cloud-release-information/classic-releases/prisma-cloud-compute-release-information/features-introduced-in-compute-march-2023.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
