> For the complete documentation index, see [llms.txt](https://docs.ox.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ox.security/scan-and-analyze-with-ox/analyzing-scan-results/applications-new/application-details/application-details-more-info-tab.md).

# Application Details: More Info tab

The More Info tab provides additional insights into the application's security posture and findings. Use this tab to review findings by attack technique, monitor issue trends, and analyze issue statistics.

### OSC\&R

The OSC\&R section organizes application findings according to the Open Source Cybersecurity Reference (OSC\&R) framework.

<figure><img src="/files/MX99OqyqOOys4qZ0e1Gl" alt="" width="563"><figcaption></figcaption></figure>

Findings are grouped by attack tactic, making it easier to understand how vulnerabilities relate to different stages of the software supply chain attack lifecycle.

Each tactic displays:

* The number of techniques for which findings were identified.
* The OSC\&R techniques associated with the application.
* The number of findings for each severity level within each technique.

Select a technique to view the related findings.

### Issue Trends

The Issue Trends chart shows how the number of issues has changed over time.

<figure><img src="/files/K093jHwxABc2oGZXmDsj" alt="" width="563"><figcaption></figcaption></figure>

The chart displays issues by severity, allowing you to identify trends such as:

* Increasing or decreasing numbers of findings.
* Changes in the application's overall security posture.
* The impact of remediation efforts over time.

Use this chart to monitor the application's security progress across successive scans.

### Issue Statistics

The Issue Statistics section summarizes the application's findings from multiple perspectives.

<figure><img src="/files/dN8MEFQDYFF4qNyTQVPb" alt="" width="563"><figcaption></figcaption></figure>

Each widget groups findings by a different attribute.

The available widgets include:

| Widget          | Description                                                                                                        |
| --------------- | ------------------------------------------------------------------------------------------------------------------ |
| **Category**    | Distribution of findings by security category, such as Code Security, Open Source Security, or Container Security. |
| **Severity**    | Distribution of findings by severity level.                                                                        |
| **Issue Owner** | Distribution of findings by the assigned issue owner.                                                              |
| **Source Tool** | Distribution of findings by the OX scanning capability or integrated source that identified them.                  |

Select a value within a widget to further analyze the corresponding findings.


---

# 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.ox.security/scan-and-analyze-with-ox/analyzing-scan-results/applications-new/application-details/application-details-more-info-tab.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.
