> 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-april-2023.md).

# Features Introduced in April 2023

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

The following new features or enhancements are available for Prisma Cloud Code Security. These capabilities help agile teams add security checks to their existing IaC (Infrastructure-as-Code) model and enforce security throughout the build lifecycle.

* [New Features](#new-features)
* [Policy Updates](#policy-updates)
* [Changes in Existing Behavior](#changes-in-existing-behavior)

## New Features

| FEATURE                                                                                                         | DESCRIPTION                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| --------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Private Registries**                                                                                          | <p>To increase the accuracy of dependency trees and fix suggestions in SCA (Software Composition Analysis) based on your environment, you can now integrate your private registries from <strong>Settings > Repositories > Add Repositories > Package Registries > Artifactory</strong>. Integrating Private Registries helps you identify accurate dependency trees for packages within your repositories. On the console you can see a list of Private Registries integrations (<strong>Settings > Repositories</strong>). You can remediate vulnerabilities on <strong>Code Security > Projects > Vulnerabilities</strong> and also make informed decisions from <strong>Code Security > Supply Chain</strong> after viewing the dependency tree of a private registry.</p><p><img src="/files/t5xXKIBPmbvK8RtxzhKd" alt="" data-size="original"></p>                                                                   |
| **Validate Secrets during a Secrets scan**                                                                      | <p>When Prisma Cloud performs a <a href="https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-code-security/scan-monitor/secrets-scanning">secrets scan</a>, it can now validate certain secrets against public APIs to see if the secret is still active. This allows you to prioritize notifications on secret exposure. Validation is off by default, but you can enable it <strong>Settings > Code Security Configuration > Validate Secrets</strong>. You can access information on validation of secrets on <strong>Projects > Secrets</strong>, using <strong>Resource Explorer</strong> where prioritization of a valid secret is either to <strong>Suppress</strong> it or perform a <strong>Manual Fix</strong>. Alternatively you can run Checkov on your repositories to filter potentially exposed secrets.</p><p><img src="/files/bJxM3lb1Nc2fYZGRVIkX" alt="" data-size="original"></p> |
| **Multiple Integrations support from a single Prisma Cloud account on Terraform Cloud and Enterprise Run Task** | <p>Prisma Cloud now supports multiple integrations for Terraform Cloud Run Task and Terraform Enterprise Run Task organization from a single Prisma Cloud account.</p><p><img src="/files/YmmCUDrFlqDpWnAOBkTc" alt="" data-size="original"></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |

## Policy Updates

| POLICY UPDATES                                | DESCRIPTION                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| --------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **High and Medium severity Secrets Policies** | <p><strong>Changes</strong> - The default severity for a few Secrets Policies in Configuration Build Policies now includes High and Medium severity. With this change you can better prioritize secrets found in your code.</p><p>The following policies are High severity:</p><ul><li>AWS Access Keys</li><li>IBM Cloud IAM Key</li><li>Azure Storage Account Access Keys</li><li>Google Cloud Keys</li><li>DigitalOcean Token</li><li>Alibaba Cloud Keys</li><li>Python Package Index Key</li></ul><p>The following policies are Medium severity:</p><ul><li>Slack Token</li><li>Basic Auth Credentials</li><li>Private Key</li><li>Artifactory Credentials</li><li>Auth0 Token</li><li>Stripe Access Key</li><li>GitHub Token</li><li>CircleCI Personal Token</li><li>Cloudflare API Credentials</li><li>Bitbucket Token</li><li>Terraform Cloud API Token</li></ul><p><strong>Impact</strong>- The severity of the alerts generated will match the assigned severity for the policy.</p> |

## Changes in Existing Behavior

| FEATURE                                | DESCRIPTION                                                                                                                                                                                                                                         |
| -------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **CycloneDX XML Output Format Update** | There is an update to CycloneDX XML output format to match Python library updates where all XML tags are namespaced. This update helps with serialization and deserialization, and it may have a breaking impact with ingesting the SBOM documents. |


---

# 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-april-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.
