Security for Jira allows users to export CSV files containing findings in the spaces for which they have administration privileges. This can be done when viewing a space’s Security Analysis by clicking the Export dropdown at the top. The rule filter will also filter the exported findings.
There are two options, both of which are in CSV format:
-
A Findings export contains information about all findings, including both reviewed and un-reviewed findings.
-
A Reviewed Findings export contains reviewed findings, including who reviewed them and when they were reviewed. Reviewed findings that are scoped to a space will apply to all future and past findings in the space that match exactly.
Exporting findings from the dashboard
To export findings for all spaces for which you have administrator privileges, click the Export button at the top of the Soteri Dashboard:
There are three options, all of which are in CSV format:
-
Dashboard Overview export contains the list of spaces visible on the dashboard together with their individual scan status, up to date status, and the number of unreviewed findings in that space.
-
All Findings export contains all findings for all visible spaces.
-
Reviewed Findings export contains reviewed false positives, including who reviewed them and when they were reviewed. Reviewed false positives that are scoped to a space will apply to all future and past findings in the space that match exactly.
Full findings in exported reports
If you want to add the full text of findings in exported reports, you can enable the Include full finding text in exported reports setting in the plugin settings page:
Enabling this option will add the Work item summary, Historical, Finding text, and Full text columns to CSV exports.
Deduplicate findings in exports
If you want to show every finding occurrence in your export reports, you can disable the Deduplicate findings in exports setting. Otherwise, findings will be presented once for every work item or comment they’re discovered in, even if they are discovered more than once in the history of that work item. This behavior presents an export similar to the layout of the Security Analysis page.
Columns in exported findings reports
Following are the column names in the exported reports, in order, most of which are self-explanatory:
-
Work item key
-
Work item summary
-
Location type:
FIELD,COMMENT, orATTACHMENT -
Field name
-
Comment ID: if the finding was from a comment.
-
Edit timestamp: last edited time
-
Historical: if this scan finding is historical. Excluded if the “Include full finding text in exports” setting is disabled.
-
Rule name
-
Confidence: for findings from Advanced AI Scanning , the confidence level reported by the model (
0.0-1.0). -
Finding text: the exact match text of the finding. This can be used to review the finding; see Hiding false positives, revoked credentials, etc. . Excluded if the “Include full finding text in exports” setting is disabled.
-
Reviewed?: if the finding is reviewed at space scope.
-
Individually Reviewed?: if the finding is reviewed at field scope.
-
Globally Reviewed?: if the finding is reviewed across all of Jira.
-
Work item link: URL to the issue.
-
Security analysis link: URL to security analysis page for that Space.
-
Full text: the complete text of the fragment, or, if it is too long, then only the specific text that triggered the finding. Excluded if the “Include full finding text in exports” setting is disabled.