Skip to content

Commit 8ad6942

Browse files
authored
Update cyclonedx.md
1 parent d9c50c7 commit 8ad6942

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/content/supported_tools/parsers/file/cyclonedx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,15 +202,15 @@ Both formats map the `analysis.state` field to DefectDojo status flags:
202202

203203
### Description Construction
204204

205-
**JSON Format (lines 28-33):**
205+
**JSON Format:**
206206
1. Primary content from `vulnerabilities[].description`
207207
2. If `vulnerabilities[].detail` exists, appended with newline separator
208208
3. If both are missing, defaults to "Description was not provided."
209209

210210
**XML Format:** Description is built from multiple fields:
211211
1. **Primary description** from `vulnerability/description`
212212
2. **Detail appended** from `vulnerability/detail` if present: `description += f"\n{detail}"`
213-
3. **Fallback description** (lines 97-104) when description is missing, constructed from:
213+
3. **Fallback description** when description is missing, constructed from:
214214
- `**Ref:** {ref}`
215215
- `**Id:** {vuln_id}`
216216
- `**Severity:** {severity}`

0 commit comments

Comments
 (0)