> 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/kdosukyan/miscellaneous/why-does-aikido-not-find-a-specific-vulnerability-or-cve-inside-a-dependency.md).

# なぜAikidoは依存関係内の特定の脆弱性やCVEを見つけられないのか

場合によっては、Aikido は他のツールよりも表示する脆弱性の数が少なくなることがあります。これには複数の理由があります：

* その脆弱性は Aikido のルールエンジンによって自動的に無視されています。Aikido は誤検知を避けようとします。この場合、脆弱性は次の場所で見つかります： [「無視済み」ビュー](https://app.aikido.dev/issues/ignored) サイドバー内にあります。また、Aikido がこの脆弱性があなたに影響しないと判断した理由の説明も確認できます。
* その脆弱性は、開発者専用の依存関係としてマークされている可能性があります。 **デフォルトでは**、Aikido は開発者のマシンにのみインストールされる依存関係については脆弱性を報告しません。ここでの前提は、それらは本番環境には含まれず、実運用中の製品のセキュリティに影響しないということです。このような依存関係の例は次のとおりです：
  * npm の package.json にある開発用依存関係
  * Java の pom.xml で scope=test と指定された依存関係

{% hint style="success" %}
Aikido に開発用依存関係をスキャンさせることも可能です。 [詳細はこちらで確認できます](/docs/docs-ja/kdosukyan/scanning-practices/scanning-dev-dependencies-for-cves.md).
{% endhint %}


---

# 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/kdosukyan/miscellaneous/why-does-aikido-not-find-a-specific-vulnerability-or-cve-inside-a-dependency.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.
