> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/hajimeni/core-functionalities/manually-adjust-issue-severity.md).

# 問題の重大度を手動で調整する

### はじめに <a href="#introduction" id="introduction"></a>

Aikido があなたのコードリポジトリ、クラウド環境、または公開ドメインで脆弱性を見つけると、当社のスコアリングエンジンはその脆弱性に「低」から「重大」までの重大度を付与します。当社のスコアリングエンジンは、この重大度を割り当てるために一連のルールを考慮しますが、最も重要なのは修正の緊急度です。

何らかの理由で、脆弱性に付与された重大度が低すぎる、または高すぎると考える場合、Aikido では重大度を手動で調整できるため、修正すべき項目の一覧の中でその脆弱性をより上位または下位にできます。

調整できるのは **単一の問題の重大度**、または **問題グループ全体の重大度** です。その場合、以前の重大度に関係なく、すべて同じ重大度になります。

### 単一の問題の重大度を調整 <a href="#adjust-severity-of-a-single-issue" id="adjust-severity-of-a-single-issue"></a>

単一の問題の重大度は、下の画像に示すように、サイドバーにあるその問題のアクションメニューから調整できます。

{% hint style="warning" %}
重大度の調整は、 **ペンテストの問題** にはコンプライアンス上の理由から利用できません。ペンテストの指摘の優先度が正しくないと思われる場合は、私たちにフラグを立ててお知らせください。そうすれば一緒に確認できます。
{% endhint %}

![](/files/d6b8b86060920aacd1eafb3ba82451bf2e6acf6a)

### 問題グループ全体の重大度を調整 <a href="#adjust-severity-of-a-whole-issue-group" id="adjust-severity-of-a-whole-issue-group"></a>

問題グループ全体の重大度を調整するには、任意のテーブルの行にある問題グループのアクションメニューで「重大度を調整」をクリックします。

![重大な問題、重大度、影響を受けるシステム、割り当てられたチームメンバーを表示するセキュリティ脆弱性ダッシュボード。](/files/b2727917e0a3654118befca052f18efcdb874758)

重大度を調整する際は、脆弱性の新しい重大度と、なぜその重大度に調整すべきだと考えるのかという理由を入力する必要があります。

![](/files/aadd630ccdbef2ece112d98e1b5923ce36c8cefe)

問題グループの重大度を下げる、または上げることを選択した場合でも、Aikido のスコアリングエンジンは、そのグループで新たに発見された問題にはその調整後の重大度を適用しません。これは、その時点で新しい発見を評価し、その後で再度重大度を調整すべきだと私たちは考えているためです。


---

# 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://help.aikido.dev/docs/docs-ja/hajimeni/core-functionalities/manually-adjust-issue-severity.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.
