Node.js エージェントの脆弱性レポート

このページでは、Node.js エージェントで使用可能な脆弱性レポート機能について説明します。脆弱性レポートは、Node アプリケーションにあるパッケージの脆弱性を検出します。Node.js エージェントは、アプリケーションの package.json ファイルからパッケージ情報を読み取り、この情報を Cisco AppDynamics Secure バックエンドに通信します。

Configure Vulnerability Reporting

To enable Vulnerability Reporting from the Node.js Agent, add the following to your appd.require statement:

require("appdynamics").profile({
...
secureAppEnabled: true,
...
});

For more information on configuring Cisco Secure Application with the Node.js Agent, see Getting Started with Cisco Secure Application and Monitor Vulnerabilities.