Getting a Vulnerability Audit's Details

Describes how to get the details of a vulnerability audit.

    1. Open the navigation menu and click Developer Services. Under App Dependency Management, click Vulnerability Audits.
    2. On the Vulnerability audits page, from the list of compartments on the left side, select a compartment.
    3. From the list of vulnerability audits, click the vulnerability audit for which you want to view the details.
      On the Vulnerability audit details page, you can view the details of the vulnerability audit. In the application dependencies table, you can view the list of the associated application dependencies. The table displays the dependency name, version, and criticality score. When you click the vulnerability link, it opens the National Vulnerability Database page.
  • Use the oci adm vulnerability-audit get command and required parameters to retrieve the details of the specified vulnerability audit:

    oci adm vulnerability-audit get --vulnerability-audit-id vulnerability_audit_id [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Use the GetVulnerabilityAudit operation to retrieve the details of the specified vulnerability audit.