> For the complete documentation index, see [llms.txt](https://docs.codefortify.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codefortify.ai/getting-started/configuring-custom-severity-scores-in-codefortify.md).

# Configuring Custom Severity Scores in Codefortify

To help you prioritize vulnerabilities based on your project's unique needs, Codefortify allows you to set custom severity scores and adjust vulnerability categories. Follow these steps to configure your settings:

#### Steps to Set Custom Severity Scores

1. **Navigate to the Projects Tab**\
   Begin by selecting the **Projects** tab in the main navigation.

<figure><img src="/files/iq0H09l5j2vwgvkA01lM" alt=""><figcaption></figcaption></figure>

1. **Open a Specific Project**\
   Select the project for which you want to configure custom severity scores.
2. **Access Project Settings**\
   Click the **Settings** button to open the configuration options.

<figure><img src="/files/JTj2Mft62mXxDNQif8o6" alt=""><figcaption></figcaption></figure>

1. **Set Custom Severity Scores**\
   In the **Custom Severity Scores** section, specify your preferred score values for each severity level.
   * **Recommended Starting Scores:**
     * Low: 50
     * Medium: 100
     * High: 200
     * Critical: 300

<figure><img src="/files/POq6adMyOiW2dEZZSX7j" alt=""><figcaption></figcaption></figure>

1. **Adjust Vulnerability Categories**\
   In the **Vulnerability Categories** section, you can set focus areas for:

   * **Category**
   * **Language**
   * **Technology**

   Use the range selector to increase or decrease the importance of each category based on your project needs.

<figure><img src="/files/ubme3ITAcHGYC2MxqYOA" alt=""><figcaption></figcaption></figure>

1. **Save Changes**\
   Once you’ve set your custom scores and categories, click **Save Changes** to apply.

<figure><img src="/files/quYHMtuvjuWOkX31gwxe" alt=""><figcaption></figcaption></figure>

#### What to Expect

Once you save your custom scores and category settings **All new and existing vulnerabilities** will be evaluated and updated with scores based on your configured rules, helping your team visually prioritize the most critical issues.

To view the specific **metadata used in scoring** each vulnerability, navigate to the **specific vulnerability** within your project. This metadata provides detailed insights into how each vulnerability aligns with your custom severity scores and categories.

<figure><img src="/files/27oyN4Vqqggl98fNpuTo" alt=""><figcaption></figcaption></figure>

This customized scoring will help you and your team visually prioritize the vulnerabilities that matter most, ensuring that resources are focused on the most critical issues.

<figure><img src="/files/c03IXJiw6HWD0oWn50yA" alt=""><figcaption></figcaption></figure>


---

# 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.codefortify.ai/getting-started/configuring-custom-severity-scores-in-codefortify.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.
