> 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).

# dev依存関係のCVEスキャン

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

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

ただし、dev依存関係のスキャンが他のスキャンに対する有用な追加となる場合もあります：

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

対応しています **JavaScript、Java、Python。**

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

リポジトリ単位でdev依存関係のスキャンを有効にすることができます。

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

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

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

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

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

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

{% hint style="info" %}
dev依存関係の検出結果は、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.
