> 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/why-was-an-issue-marked-as-solved.md).

# なぜ問題が解決済みとしてマークされたのか

Aikidoでは、問題は自動的に〜から **開く** を **解決済み** 最新のスキャンで検出されなくなったとき。

これが起こる一般的な理由はいくつかあります：

***

### ✅ 問題は修正されました <a href="#the-issue-was-fixed" id="the-issue-was-fixed"></a>

あなたのチームの誰かが問題を解決したため、スキャンに表示されなくなりました。これは **コード内で完全に削除されたか、修正されました**.

***

### 🌿 ブランチの変更 <a href="#branch-change" id="branch-change"></a>

もしスキャンしているのが **別のブランチ**、Aikidoは次のことを行います：

* 古いブランチに紐づく問題を閉じる
* 新しいブランチで見つかった問題をすべて開く
* 💡どのブランチがスキャンされているかは、リポジトリページ上のタグで確認できます [リポジトリページ](https://app.aikido.dev/repositories)

  ![about-github リポジトリのナビゲーションメニューで強調表示された「master」ブランチ。](/files/d2b2d7dec402cbd1ad73e6360f2891fe1b135dae)

***

### 📁 ファイルの移動 <a href="#file-relocation" id="file-relocation"></a>

影響を受けたファイルが **移動またはリネームされた場合**、Aikidoは次のことを行います：

* 元の問題を解決済みとしてマークする（ファイルパスが変更されたため）
* 新しいファイルの場所で新しい問題を開く可能性があります

***

### 🔐 CVE データベースの更新 <a href="#cve-database-update" id="cve-database-update"></a>

CVE は、影響を受けるバージョンを絞り込むために更新されることがあります。

**例**:

* Aikido は CVE-2021-44832 に基づき、log4j:2.17.1 の脆弱性を検出しました。
* その後、CVE は影響を受けるのは 2.17.0 以下のバージョンのみだと更新されました。
* Aikido はこの変更を反映し、2.17.1 の問題を自動的に削除しました。

***

### 📦 依存関係が dev-dependency に移動 <a href="#dependency-moved-to-dev-dependency" id="dependency-moved-to-dev-dependency"></a>

脆弱なパッケージが本番依存関係から dev-dependency に移動された場合、Aikido は次のことを行います：

* 元の問題を解決済みとしてマークする（依存関係の種類が変更されたため）
* もはや問題を報告しません。dev-dependency は **デフォルトでは** スキャンされません。
* 💡 dev-dependency のスキャンは、リポジトリごとに **リポジトリごとに** 設定できます。 [詳細はこのドキュメントをご覧ください](/docs/docs-ja/kdosukyan/scanning-practices/scanning-dev-dependencies-for-cves.md)

***

### 🧠 SAST ルールの改善 <a href="#sast-rule-improvements" id="sast-rule-improvements"></a>

静的解析ルールは、誤検知を減らすため継続的に改善されています。これらのルールの精度が上がるにつれて、Aikido は次のことを行う場合があります：

* **以前にフラグ付けされた問題を解決済みとしてマークする**
* 類似パターンに対する今後の誤検知を防ぐ

***

### 🗂️ ローカルスキャン – スキャン場所の変更 <a href="#local-scanning-scan-location-changed" id="local-scanning-scan-location-changed"></a>

ローカルでスキャンする際に、 **対象ディレクトリ** を変更すると、スキャンされる内容に影響します。

* スキャンされていないパス内の問題は解決済みとしてマークされます
* 新しい場所に新しい問題が表示される場合があります

***

### まだよくわかりませんか？ <a href="#still-not-sure" id="still-not-sure"></a>

この一覧は最も一般的な原因を網羅していますが、他のエッジケースもあるかもしれません。

👉 何かがなぜ解決済みとしてマークされたのかわからない場合は、アプリ内チャットからお問い合わせください。喜んでお手伝いします。


---

# 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/why-was-an-issue-marked-as-solved.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.
