> 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.
