> 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-dependenciesは **デフォルトでは** スキャンされないためです。
* 💡 dev-dependencies のスキャンは **リポジトリごと** に有効化できます。 [詳しくはこのドキュメントを参照してください](/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.
