> 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/pentesuto/coverage-and-findings/retest-pentest-findings.md).

# 検出結果の再テスト

指摘事項を修正したら、再テストを使ってペンテスト環境で修正を確認します。Aikido は一度に1件ずつ再テストし、対策が問題を適切に修正していることを検証し、変更によって導入された関連リスクも確認します。再テストで修正済みであることが確認されると、Aikido は自動的に指摘事項をクローズします。

{% hint style="warning" %}
再テストを開始する前に、修正を評価で使用した環境へデプロイしてください。
{% endhint %}

## 始める前に

指摘事項を再テストするには、 **ペンテストの管理** [権限](/docs/docs-ja/hajimeni/automated-user-management/setting-roles-and-permissions.md)が必要で、また評価の未処理クレジットがある場合は精算しておく必要があります。直近6か月以内に開始された評価の指摘事項を再テストできます。

## 指摘事項を再テストする

{% stepper %}
{% step %}

### 指摘事項を開く

指摘事項を開き、 **再テスト** その **サブ問題** セクション。

<div data-with-frame="true"><figure><img src="/files/67ea4b9c251e2c2030e1f86011c13352f94a70d0" alt="The Retest link in a pentest finding&#x27;s subissues overview"><figcaption><p>選択します <strong>再テスト</strong> サブイシューの概要から。</p></figcaption></figure></div>

または **攻撃分析を表示** サブイシューについて、次に **再テスト** を攻撃分析ビューで実行します。

<div data-with-frame="true"><figure><img src="/files/35e4c2a25039b04f8f88a4c5f56bfac187b98a72" alt="The Re-test button in the Attack Analysis view"><figcaption><p>次を使用します <strong>再テスト</strong> 攻撃分析で、この指摘事項を再テストします。</p></figcaption></figure></div>
{% endstep %}

{% step %}

### 再テストを確認する

の **再テストを実行** ダイアログで、 **再テストを実行**.

再テストが設定したテスト時間外に実行される場合は、 **今すぐ実行** すぐに開始するか **スケジュール** 次の許可されたテスト時間帯まで待機するかを選択してください。
{% endstep %}

{% step %}

### 結果を監視する

再テストの実行中、評価には **再テスト実行中**と表示されます。攻撃分析付きの指摘事項では、進行状況を追跡するためにライブ再テストを開いてください。

再テストが終了すると、Aikido は問題を再現できない場合にその指摘事項を **解決済み** としてマークします。それ以外の場合、指摘事項は引き続き開いたままで、 **修正されていない** 結果と更新された修正ガイダンスが表示されます。
{% endstep %}
{% endstepper %}

## Android の指摘事項を再テストする

Android 評価では、修正を含む新しい APK をビルドして、指摘事項を再テストする前にアップロードしてください：

1. 評価の概要を開きます。
2. 次の項目の下で **設定詳細**を見つけ、 **Android アプリ**.
3. 編集アイコンを選択して、新しい APK をアップロードします。
4. 上記の手順に従って指摘事項の再テストを開始します。

{% hint style="info" %}
今後の再テストでは、新しくアップロードした APK が使用されます。APK を置き換えられるのは、評価が実行されていないときだけです。
{% endhint %}

置き換え用 APK が [Android ペンテスト要件](/docs/docs-ja/pentesuto/configure-a-pentest/android-pentesting.md#prerequisites)、500 MB の上限、および証明書ピニング、ルート検出、エミュレーター検出がないことを含め、要件を満たしていることを確認してください。

## 次は？

指摘事項で再テスト結果を確認してください。関連する指摘事項がすべて解決したら、 [事後修正レポート](/docs/docs-ja/pentesuto/coverage-and-findings/pentest-reports.md#report-types) をダウンロードして、現在のセキュリティ状況を関係者と共有してください。


---

# 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/pentesuto/coverage-and-findings/retest-pentest-findings.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.
