You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_docs/integrations/defectdojo.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ Dependency-Track accomplishes this in the following ways:
16
16
17
17
### Forwarded analysis data
18
18
19
-
Each finding pushed to DefectDojo includes the following fields from the audit trail in Dependency-Track:
19
+
Each finding pushed to DefectDojo includes audit data from Dependency-Track. The following fields influence how DefectDojo represents the finding:
20
20
21
21
| Field | Description |
22
22
| ---------------------- | ----------- |
23
-
|`analysis.state`|The triage state (e.g. `IN_TRIAGE`, `FALSE_POSITIVE`). A state of `FALSE_POSITIVE` marks the finding as a false positive in DefectDojo. |
23
+
|`analysis.state`| A state of `FALSE_POSITIVE` marks the finding as a false positive in DefectDojo. Other states are included in the payload but are not acted on by the DefectDojo parser. |
24
24
|`analysis.isSuppressed`| Whether the finding is suppressed in Dependency-Track. |
25
-
|`analysis.detail`| Free-text analyst notes entered in Dependency-Track. Requires Dependency-Track v4.14.0 or higher and a compatible version of the DefectDojo Dependency Track parser. |
25
+
|`analysis.detail`| Free-text analyst notes entered in Dependency-Track. Appended to the finding description in DefectDojo. Requires Dependency-Track v4.14.0 or higher and a compatible version of the DefectDojo Dependency Track parser. |
0 commit comments