> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-cloud-runtime-security-rn/cortex-cloud-runtime-security-release-information/features-introduced-in-2025-cloud/july-2025/release-highlights.md).

# Release Highlights

The Cortex Cloud Runtime Security 1.2 release includes the following highlights:

**Platform**

| Feature                   | Description                                                                                                                                                                                               |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Expanded response actions | Use built-in commands, scripts, and playbooks across AWS, Azure, and GCP to accelerate issue resolution—from war room investigations to automated response for common risks like exposed Storage Buckets. |

**Cloud Runtime Security**

| Feature                                   | Description                                                                                                                                                                                                                   |
| ----------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Integrity monitoring via XDR agent        | Monitor critical files and directories on Linux, Windows, and Kubernetes environments to detect unauthorized changes and potential threats using custom or built-in policies.                                                 |
| Granular policy scoping                   | Define more precise, context-aware security policies for cloud hosts using cluster-level scoping and cloud metadata like name, region, and provider.                                                                          |
| Expanded KSPM coverage                    | Seamlessly deploy connectors to managed OpenShift and self-managed Kubernetes (non-OpenShift) environments, and we've included built-in support for CIS benchmarks to ensure compliance and strengthen your security posture. |
| Kubernetes admission controller support   | Protect Kubernetes environments by actively blocking deployments that contain malware or sensitive secrets at the admission controller level.                                                                                 |
| Enhanced container image modeling         | Gain deeper visibility and traceability across your cloud environment with a new asset model that distinguishes core, build, registry, and runtime images, improving correlation, lifecycle insights, and policy enforcement. |
| Container registry scanning via broker VM | Securely scan self-hosted container registries in on-prem or private clouds without exposing them to external access.                                                                                                         |
| Virtual Machine Image Scanning            | Scan VM disk images directly to detect vulnerabilities and misconfigurations earlier in the development lifecycle.                                                                                                            |


---

# 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://cortex-docs.paloaltonetworks.com/cortex-cloud-runtime-security-rn/cortex-cloud-runtime-security-release-information/features-introduced-in-2025-cloud/july-2025/release-highlights.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.
