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

# 検出事項の再テスト

発見事項を修正したら、再テストを使用して、ペンテスト環境で修正内容を検証してください。Aikido は一度に 1 件ずつ発見事項を再テストし、修正が問題を適切に解消していることを確認し、変更によって新たに生じた関連リスクをチェックします。再テストで修正済みと確認されると、Aikido はその発見事項を自動的にクローズします。

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

## 始める前に

発見事項を再テストするには、 **ペンテストを管理する** [権限が必要であり、アセスメントに対する保留中のクレジットも精算されている必要があります。開始から 6 か月以内のアセスメントの発見事項を再テストできます。](/docs/docs-ja/hajimeni/automated-user-management/setting-roles-and-permissions.md)権限

## 発見事項を再テストする

{% 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/penetosuto/configure-a-pentest/android-pentesting.md#prerequisites)を満たしていることを確認してください。500 MB の制限や、証明書ピンニング、root 検出、エミュレーター検出がないことが含まれます。

## 次は？

発見事項で再テスト結果を確認します。関連するすべての発見事項が解決したら、 [修正後レポート](/docs/docs-ja/penetosuto/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/penetosuto/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.
