Skip to main content

Reporting

The reporting tab of the application details section lets you generate various reports. Currently, Qwiet AI generates the following reports:

  • SBOM: displays the application's software bill of materials, including all of the packages and dependencies used, as well as the known vulnerabilities introduced into the application by each dependency and the associated risks;
  • OWASP 2021: displays the number of issues found for each OWASP 2021 category;
  • OWASP 2017: displays the number of issues found for each OWASP 2017 category;
  • PCI Report: displays information covering the application security-specific portions of the Payment Card Industry (PCI) Data Security Standard (DSS) v3.2.1. Qwiet AI focuses on seventeen specific requirements across sections 3, 4, and 6 of PCI DSS and whether your app complies with each requirement.
  • CWE: displays information about the CWEs in your application (if present) and the associated findings

Use the View report dropdown menu to switch between the report types.

The SBOM report provides you with a list of dependencies used by your application, along with:

  • The dependency version;
  • The dependency type;
  • The license type;
  • The total number of CVEs introduced by the dependency, along with the number of reachable CVEs;
  • When the dependency was first identified as present in your application.

If the dependency introduces CVEs, you can click on its name to see a list of all associated vulnerabilities.

Dashboard screen showing information that populates the SBOM report

Export the SBOM

You can export the SBOM generated by preZero in various standards and formats, including:

StandardVersionOutput types
CycloneDXv1.2XML and JSON
CycloneDXv1.4XML and JSON
SPDX2.3XML, JSON, tag values

To export the SBOM, click Export. Select the findings type and licenses you'd like included, then click Export Report to select the standard and format of your choice.

Dashboard screen showing the SBOM report export options