> 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-code-security-release-information/features-introduced-in-code-security-july-2023.md).

# Features Introduced in July 2023

Learn about the new Code Security capabilities on Prisma® Cloud Enterprise Edition (SaaS) in July 2023.

The following new features or enhancements are available for Prisma Cloud Code Security. These capabilities help agile teams add security checks to their development process and enforce security throughout the build lifecycle.

* [New Features](#new-features)

## New Features

| FEATURE                                                 | DESCRIPTION                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Integrated View of Run and Build details for Alerts** | <p>To help you as a Cloud Security Engineer investigate issues from code to cloud, the alert details now include information to trace and attribute which build-time resource has caused a policy violation for a runtime resource deployed in your cloud account. The alert details overview includes the IaC resource details and information on the build time resource. The new Traceability information helps you connect an alert from the production environment back to the origin templates in your upstream development environment.</p><p>To view the build-time details in an alert:</p><ul><li>You must enable a Configuration policy with the subtype Run, Build and attach it to an alert rule on Prisma Cloud.</li><li>Your IaC templates must be onboarded through a VCS integration.</li><li>Terraform resources must include the <strong>yor\_trace</strong> tag so that your IaC resources are tagged with a unique UUID for tracing the relationship between the code resource and the runtime resource that is deployed from it. This is not necessary for CloudFormation.</li></ul><p><img src="/files/vmRkqtWhK9JMnKySeNyg" alt="" data-size="original"></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| **CSV Export support on Projects**                      | <p>For further investigation for issues seen on <a href="https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-code-security/scan-monitor/monitor-fix-issues-in-scan">Projects</a> (<strong>Code Security > Projects</strong>) you can export the scan results across code category views with configured filters as a CSV report. The CSV report includes the following information:</p><ul><li><strong>Code Category</strong>: View the code category of the issue.</li><li><strong>Status</strong>: View if the issue is Open, Suppressed, Fixed, Passed or Fix Pending.</li><li><strong>Severity</strong>: View the severity of the issue.</li><li><strong>IaC Category or Risk Factor</strong>: View if the issue is in code category of IaC misconfigurations or Risk Factor for Secrets and Vulnerabilities.</li><li><strong>Policy ID</strong>: View the Prisma Cloud policy ID that is non-conformant.</li><li><strong>Policy Reference</strong>: Helps you navigate to the policy reference guide to know more about the non-conformant policy.</li><li><strong>Title</strong>: The policy name or CVE ID based on the issue.</li><li><strong>Custom Policy</strong>: Verify if the non-conformant policy is a custom policy.</li><li><strong>First Detection Date</strong>: Indicates when the issue was first detected.</li><li><strong>Resource Name</strong>: The name of the resource where the issue is found.</li><li><strong>Scan item</strong>: Only for issues in Code Reviews, you can view information on Pull Request ID, Pull Request Name, Commit hash for VCS Pull Requests or CI/CD branch and Run ID for CI/CD Runs.</li><li><strong>Source ID</strong>: This is the repository name.</li><li><strong>Suggested Fix</strong>: This shows if the scan results have recommended fixes. For IaC misconfigurations you will see if a fix Exists. For Vulnerabilities you will see a package version bump to.</li></ul><p><img src="/files/4kRr6yjqotkgsGviRunM" alt="" data-size="original"></p> |


---

# 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-code-security-release-information/features-introduced-in-code-security-july-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.
