Skip to main content

Compliance

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

  • 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) v4.0. Qwiet AI focuses on eighteen specific requirements across sections 3, 4, 6, and 10 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 OWASP 2021 report displays the number of findings in your application for each OWASP category (e.g., 10 total issues for A01 - Broken Access Control).

Dashboard screen showing OWASP 2021 summary information

For each OWASP category, Qwiet AI displays the full list of issues encompassed by that category and whether that issue is present in your application. Clicking on the hyperlink will take you to a list of findings for that specific issue type (e.g., when you click on the Directory Traversal hyperlink, Qwiet AI will display a full list of findings indicating where in your source code this issue is present).

List of findings specific to an OWASP 2021 category