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

何らかの理由で、脆弱性に付与された重大度が低すぎる、または高すぎるとお考えの場合、Aikidoでは重大度を手動で調整できます。そうすることで、修正対象リストの中でより上位、または下位に移動できます。

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

### 個別の課題の重大度を調整 <a href="#adjust-severity-of-a-single-issue" id="adjust-severity-of-a-single-issue"></a>

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

{% hint style="warning" %}
重大度の調整は、次の項目では利用できません： **ペンテストの課題** コンプライアンス上の理由によるものです。ペンテストの検出結果の優先度が正しくないと思われる場合は、私たちに知らせてください。そうすれば一緒に検討できます。
{% endhint %}

![](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-7e2b264662f921b06dc4c7333df7c96b6c50886e%2Fucarecdn-62363e1c-cd80-42eb-86c9-4a9010f3c05f.png?alt=media)

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

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

![重大な課題、重大度、影響を受けるシステム、割り当て済みのチームメンバーを表示するセキュリティ脆弱性ダッシュボード。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-b0d10f287a6aa546c93ddac35933c143b29b26b4%2Fucarecdn-7917f621-24d7-4468-a987-7fbb42ae99a2.png?alt=media)

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

![](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-df9e0f591bef57b950c9ed8fb8a53ead5d6eb1fa%2Fucarecdn-ec76e6e3-7826-47d6-8afb-aac88c2b4f15.png?alt=media)

課題グループの重大度を下げる、または上げることを選択した場合、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.
