Skip to content

Commit d6c9d2c

Browse files
authored
Update wiz.md
Additional details of how to export Scanner & SCA findings.
1 parent 6aab6d1 commit d6c9d2c

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

  • docs/content/en/connecting_your_tools/parsers/file

docs/content/en/connecting_your_tools/parsers/file/wiz.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,19 @@ weight: 1
77
# Wiz Scanner Parser Documentation
88

99
## Overview
10-
The [Wiz](https://www.wiz.io/) parser for DefectDojo supports both Wiz Scanner Standard CSV output and SCA (Software Composition Analysis) .csv output from Wiz.io, allowing import of Wiz.io security findings into DefectDojo. This document covers both .csv formats, including DefectDojo field mappings, unmapped fields, and location of each field's parsing code.
10+
The [Wiz](https://www.wiz.io/) parser for DefectDojo supports imports from both Wiz Scanner Standard and SCA (Software Composition Analysis) .csv output from Wiz.io. This document details the parsing of both formats into DefectDojo field mappings, unmapped fields, and location of each field's parsing code for easier troubleshooting and analysis.
1111

1212
## Supported File Types
1313
The Wiz parser accepts CSV file format. There are two primary formats supported:
1414

15-
1. **Standard Format** - CSV exports with "Title" field (processed by WizParserByTitle class)
16-
2. **SCA Format** - CSV exports with "Name" and "DetailedName" fields (processed by WizParserByDetailedName class)
15+
1. **Standard Format** - Issues exports with "Title" field (processed by WizParserByTitle class)
16+
2. **SCA Format** - Vulnerability exports with "Name" and "DetailedName" fields (processed by WizParserByDetailedName class)
1717

18-
## Standard Format (WizParserByTitle)
18+
To generate these files, export the findings from the Wiz platform by:
19+
- Standard Format: Select "Export to CSV" option from the Issues view in the Wiz.io platform
20+
- SCA Format: Select "Export to CSV" option from the Vulnerability view in the Wiz.io platform
21+
22+
## Standard Format CSV (WizParserByTitle)
1923

2024
### Total Fields in Standard Format CSV
2125
- Total data fields: 32

0 commit comments

Comments
 (0)