Skip to main content

Using agent-based scans

What agent-based scanning does

Veracode SCA agent-Based Scanning provides a way to easily check the open-source libraries used in your code repositories for vulnerabilities. By using the native build and package managers that manage your open-source libraries, agent-based scanning can accurately identify vulnerabilities in your open-source code and provide fix information for them.

How agent-based scanning does it

Developers can use agent-based scanning on their desktop or with their continuous integration server. The Veracode SCA agent scans the application by building it with its native build or package manager and creating a call graph of the entire application. This call graph shows line-by-line details of code that is affected by a vulnerability, including all direct and transitive dependencies of the code. When the agent finds a vulnerability, Veracode SCA:

  • Determines whether the application uses the vulnerable part of the component
  • Identifies the vulnerable methods used in the library
  • Supplies full stack traces back to the developer about which line of code is calling the vulnerable method

You can find details on this and what we collect from your environment during the scanning process in Understanding agent-based scanning evidence collection.

What agent-based scanning knows

When an agent-based scan identifies the direct and transitive open-source libraries in your code, it provides substantial information including, but not limited to:

  • Vulnerability write-ups
  • Vulnerability exploit code
  • Fixed library versions
  • Outdated libraries in use
  • Indication of whether the vulnerable part of the library is being used, and where it is being used in your code

Veracode SCA provides the above information about the vulnerabilities in the Veracode Vulnerability Database, in addition to discovering vulnerabilities in a variety of ways. If you want to know more about the vulnerability discovery methods, read about the science behind it.

The agent-based scanning research process

Veracode SCA agent-based scanning uses multiple methods to identify open-source libraries, based on accuracy and availability for each language and package manager. These methods include build coordinates, SHA-2 file hashes, proprietary byte-code hashes, and filenames. For each identified library, Veracode SCA reports the vulnerabilities based on its vulnerability database. Veracode builds the database using machine learning and natural language processing over a variety of public sources that contain information about open-source libraries. These sources include NVD, GitHub commits, GitHub issues, Jira boards, Bugzilla, mailing lists, vendor advisory lists, and other security-relevant websites and discussion boards. Due to this unique approach, Veracode SCA can identify vulnerabilities that the NVD has not yet reported in addition to the reported vulnerabilities. Veracode goes through every item flagged by the machine learning model, reviews the code where the potential vulnerability was discovered, and confirms if it is a vulnerability. Veracode SCA then adds a CVSS score, descriptions of the vulnerability, and remediation advice to the database.

For more information on how to get started with agent-based scanning, see Understanding deployment options for agent-based scanning.