> 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/application-security/code-security/application-security-scans-management/manage-scans-through-the-tenant-ui/pull-request-scans/references/reference-e-issue-category-routing.md).

# Reference E: Issue category routing

Each issue category tab presents a distinct detection type. Use this table to route from a pull request scan result to the guide that owns resolution.

Each issue category tab in the scan side panel presents a distinct detection type. The **Package Integrity** tab presents two tables, and each table routes to its own resolution guide. Use this table to route from the pull request scan result to the guide that owns resolution.

| Tab                    | Table                        | Detection scope                                                                                                                                                                                                                                                            | First evidence to check                                                                                                         | Resolution guide                                                       |
| ---------------------- | ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| **Vulnerabilities**    | —                            | Known CVE vulnerabilities in open-source dependencies introduced or modified by the pull request, including transitive dependencies.                                                                                                                                       | Whether a fix version exists for the package the pull request introduces.                                                       | Investigate, prioritize, and remediate SCA CVE issues                  |
| **Configurations**     | —                            | IaC misconfigurations in Terraform, CloudFormation, Kubernetes, and Helm templates changed by the pull request.                                                                                                                                                            | The specific resource block and attribute in the changed template.                                                              | Investigate, prioritize, and remediate IaC misconfiguration issues     |
| **Secrets**            | —                            | Hardcoded credentials, API keys, and tokens introduced by the pull request.                                                                                                                                                                                                | The validation status of the secret. A validated, active credential requires rotation on a deadline.                            | Investigate, prioritize, and remediate secrets issues                  |
| **Package Integrity**  | **Licenses**                 | License miscompliance for packages the pull request adds or changes.                                                                                                                                                                                                       | The license obligation the added dependency imposes, and whether the obligation conflicts with how the software is distributed. | Investigate, prioritize, and remediate license miscompliance issues    |
| **Package Integrity**  | **Package Operational Risk** | Operational risk for packages the pull request adds or changes, such as an unmaintained, deprecated, or outdated package.                                                                                                                                                  | The operational risk rating of the added package, and whether a maintained replacement exists.                                  | Investigate, prioritize, and remediate package operational risk issues |
| **Malicious Packages** | —                            | Packages the pull request adds that match the malicious packages dataset — typosquatted names, backdoored libraries, and hijacked versions, covering direct and transitive dependencies. A malicious package carries no CVE, so vulnerability scanning does not detect it. | Whether the dependency is direct or transitive, and which manifest change introduced it.                                        | Investigate, prioritize, and remediate malicious package issues        |

> **Note:** A malicious package is raised at Critical severity in every case, so severity does not order one malicious package issue against another. A pull request is the last stage at which a malicious package is removed before the package reaches a protected branch. See [Malicious packages issues](/application-security/software-supply-chain-security/risk-and-remediation/malicious-packages.md).


---

# 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/application-security/code-security/application-security-scans-management/manage-scans-through-the-tenant-ui/pull-request-scans/references/reference-e-issue-category-routing.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.
