> For the complete documentation index, see [llms.txt](https://docs.snyk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snyk.io/scan-fix-and-prevent/prevent/policies/security-policies/security-policy-results.md).

# Security policy results

A newly-assigned policy, or changes to a policy, apply when the Project is re-scanned. This is what Project collaborators see when an action is applied to a vulnerability:

<table data-header-hidden><thead><tr><th width="246">Action</th><th>What Project collaborators see</th></tr></thead><tbody><tr><td>Change severity to…</td><td>The new severity, as well as the originally assigned severity</td></tr><tr><td>Ignore current and future instances</td><td>An ignored issue looking like a manual ignore but labeled <strong>ignored by Security Policy</strong>.</td></tr></tbody></table>

Examples follow for an issue on a Project page that has been ignored by a security policy:

<figure><img src="/files/ZOyqlbhlEPHZkOYK2dun" alt="Issue ignored by security policy"><figcaption><p>Issue ignored by security policy</p></figcaption></figure>

## **Custom and original severity in the CLI**

<div align="left"><figure><img src="/files/Vf2evRMJbijpY3z4F4oh" alt="Custom and original severity in the CLI"><figcaption><p>Custom and original severity in the CLI</p></figcaption></figure></div>

## **Custom and original severity in Project page UI**

<div align="left"><figure><img src="/files/SNFtNnHcVm83QwossMax" alt="Custom and original severity in the Project Page UI"><figcaption><p>Custom and original severity in the Project Page UI</p></figcaption></figure></div>

## **Custom and original severity in Open Fix PR UI**

<div align="left"><figure><img src="/files/RMLG7gQ2BTQY8IerUemg" alt="Custom and original severity in Open Fix PR UI"><figcaption><p>Custom and original severity in Open Fix PR UI</p></figcaption></figure></div>

## **Custom and original severity in reports**

<div align="left"><figure><img src="/files/mOgR4DtZP2iq9LhtI8L9" alt="Custom and original severity in Reports"><figcaption><p>Custom and original severity in reports</p></figcaption></figure></div>


---

# 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.snyk.io/scan-fix-and-prevent/prevent/policies/security-policies/security-policy-results.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.
