> 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/scanning-practices/scanning-dev-dependencies-for-cves.md).

# CVEに対する開発依存関係のスキャン

{% hint style="warning" %}
Aikido **常に** 開発依存関係をマルウェアの有無についてスキャンします。以下の記事では、CVE スキャンとその有効化方法について説明します。
{% endhint %}

**デフォルトでは**、Aikidoは **しません** 開発者マシンにのみインストールされている依存関係（devdeps）の脆弱性は報告しません。ここでの前提は、それらは本番環境には出荷されず、稼働中の製品のセキュリティに影響しないということです。

ただし、他のスキャンに加えて開発依存関係のスキャンが有用な場合もあります：

* コンプライアンス上の理由。開発者マシンでのみ利用可能なソフトウェアを含む
* SvelteKit: パッケージは、本番環境に含まれるにもかかわらず、開発依存関係としてマークされていることがよくあります。

対応しているのは **JavaScript、Java、Python。**

### リポジトリごとに開発依存関係を有効にする <a href="#enabling-dev-dependencies-per-repository" id="enabling-dev-dependencies-per-repository"></a>

リポジトリごとに開発依存関係スキャンを有効にできます。

**手順 1。** この機能を有効にするには、Aikido にお問い合わせください。最も簡単な方法は、チャットでご連絡いただくことです。

**手順 2。** 特定のリポジトリの詳細ページに移動し、「**設定**'.

![ステータスと推奨修正時間付きで、重大な PHP の問題を表示するセキュリティスキャンのダッシュボード。](/files/9edd4da4404bf78badbab978ed6cbab35c4b2607)

**手順 3。** モーダルを下にスクロールして、開発依存関係スキャンを有効にします

![誤検知に関する警告付きで、開発者依存関係のスキャンを有効または無効にするオプション。](/files/f462694c6a9a7704518475445286180c4bbcf083)

**手順 4。** 結果をすぐに確認するには手動で再スキャンを実行するか、次回の予定スキャンを待ちます。

{% hint style="info" %}
開発依存関係の検出結果は、PR ゲーティングを通じて、デフォルトブランチへの次回のプッシュ時にも表示されます。
{% 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/scanning-practices/scanning-dev-dependencies-for-cves.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.
