Skip to main content

Export Open Findings

Export Open Findings lets you download the complete list of open findings across all assets in a workspace as a CSV file for offline analysis and reporting.

Prerequisites

Before using Export Open Findings:

  • You must have at least one asset added to the workspace.
  • Select the correct Team before accessing the Workspace screen.

Access the feature

  1. Select App Security → Workspace in the menu.
  2. Select a Team from the dropdown in the top-right corner.
  3. Make sure you are on the All Assets tab.
  4. Click Export Open Findings — located above the asset list, to the right of the "Assets (N)" label and to the left of the Sort dropdown.

Export Open Findings button on the Workspace screen

The Export Open Findings dialog opens.

Configure filters and export

  1. Set Issues in the last N days — select a time range from the dropdown.
    • Options: 1 day / 3 days / 7 days / 15 days / 30 days / 60 days / 90 days
    • Default: 7 days
  2. Select one or more Severity levels to include: Critical / High / Medium / Low.
    • Default: Critical and High are pre-selected.
    • At least one severity must be selected. If all are deselected, the Export to CSV button is disabled.
  3. Click Export to CSV.
  4. The system generates the file and downloads it automatically. The filename follows this pattern: AppSec-opened-Findings-YYYY-MM-DD.csv.
  5. The dialog closes automatically after a successful export.

Export Open Findings dialog

note

Click Cancel or the X icon to close the dialog without exporting.

CSV file structure

The exported file contains 16 fixed columns:

#ColumnDescriptionScan type
1Severity LevelCritical / High / Medium / LowAll
2Severity ScoreScore on a 0–10 scaleAll
3Scan TypeSAST / Secret / IaC / Image / DASTAll
4IssueFinding or vulnerability nameAll
5StatusOpen / False Positive / Accepted RiskAll
6IdentifierCWE-xxx or CVE-xxxx-xxxxx (if available)All
7LocationFile path (SAST/Secret/IaC) or endpoint URL (DAST)SAST · Secret · IaC · DAST
8LineLine number in source fileSAST · Secret
9PlatformTerraform / Helm / CloudFormation / OCI / DockerIaC · Image
10Current VersionCurrent version of the package or libraryImage
11Fixed VersionPatched versionImage
12HTTP MethodGET / POST / PUT / DELETEDAST
13ResponseHTTP response codeDAST
14DescriptionDetailed finding descriptionAll
15RemediationRemediation guidanceAll
16Detected AtDetection timestamp in YYYY-MM-DD HH:MM:SS formatAll
note

Columns 8–13 are conditional — they are populated only for their corresponding scan type. Other scan types leave these columns blank.

Important notes

  • Open findings only: the export includes only findings with Open status. Findings with Ignored, False Positive, or Accepted Risk status are excluded.
  • Filter inheritance: the export applies all search and filter conditions currently active on the Workspace screen, combined with the filters set in the dialog.
  • Row limit: the export is capped at 100,000 rows. If your findings exceed this limit, use filters to narrow the scope before exporting.
  • Filters reset on each open: every time you open the dialog, filters reset to the default (7 days + Critical + High). Previous selections are not saved.
  • Empty result: if no findings match the conditions, the CSV file downloads with only the header row and no data rows.