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 2025: displays the number of issues found for each OWASP 2025 category;
  • 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 2025 report displays the number of findings in your application for each OWASP category (e.g., 3 total issues for A01 - Broken Access Control).

Dashboard screen showing OWASP 2025 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 Cross-Site Scripting or NoSQL Injection hyperlink under A05 Injection, Qwiet AI will display a full list of findings indicating where in your source code this issue is present).

Expanded view of OWASP 2025 categories showing detailed issues