File tree Expand file tree Collapse file tree
docs/content/supported_tools/parsers/file Expand file tree Collapse file tree Original file line number Diff line number Diff 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:**
2062061 . Primary content from ` vulnerabilities[].description `
2072072 . If ` vulnerabilities[].detail ` exists, appended with newline separator
2082083 . If both are missing, defaults to "Description was not provided."
209209
210210** XML Format:** Description is built from multiple fields:
2112111 . ** Primary description** from ` vulnerability/description `
2122122 . ** 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} `
You can’t perform that action at this time.
0 commit comments