# Issue Details: Commits

The Commits tab lists the individual code matches in the affected repository that triggered the issue, with the file, the matching snippet, a one-click fix shortcut, and the commit date.

Use this tab to review every code occurrence of the finding, jump to the source, and apply or trigger the suggested fix.

The Aggregations counter at the top shows the total number of matched commits. A checkbox at the start of each row lets you select one or more matches for bulk actions.

| Column      | What it shows                                                                                                                                                           | How to use                                                                                            |
| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
| File        | The path of the file containing the match (for example, data/static/codefixes/dbSchemaChallenge\_1.ts). The external-link icon opens the file in the source repository. | Use this to navigate directly to the affected file in your SCM.                                       |
| Match       | The matching code snippet that triggered the finding (for example, a vulnerable SQL query pattern).                                                                     | Use this to confirm the finding and understand what needs to change.                                  |
| Fix         | A shortcut (wrench icon) to the suggested fix or auto-remediation for the match.                                                                                        | Click to view or apply the suggested fix without leaving the issue page.                              |
| Commit Date | When the match was last committed.                                                                                                                                      | Use this to identify when the issue was introduced and to gauge how long it has been in the codebase. |
| Actions     | Per-row actions and an info icon for additional details about the match.                                                                                                | Click the info icon to see more context for the specific match.                                       |


---

# Agent Instructions: 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:

```
GET https://docs.ox.security/scan-and-analyze-with-ox/analyzing-scan-results/active-issues-new/issue-details-commits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
