Vulnerability Reporting on Node.js Agent
This page goes over the Vulnerability Reporting feature that is available on the Node.js Agent. Vulnerability Reporting detects package vulnerabilities that are in your node application. The Node.js Agent reads package information from your application package.json
file, then communicates this information to the Cisco AppDynamics Secure backend.
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.