Include analysis.detail from Dependency Track FPF in finding description#14931
Merged
mtesauro merged 6 commits intoJun 29, 2026
Merged
Conversation
5 tasks
valentijnscholten
left a comment
Member
There was a problem hiding this comment.
Can you rebase against the bugfix branch?
When Dependency Track sends findings via the Finding Packaging Format, the analysis.detail field is now forwarded alongside analysis.state. This appends the audit detail text to the finding description under an "Audit Detail:" label, making analyst notes visible without switching back to Dependency Track.
webdevred
force-pushed
the
forward-analysis-detail-from-dependency-track
branch
from
May 31, 2026 19:20
06fbd18 to
c3494e1
Compare
webdevred
force-pushed
the
forward-analysis-detail-from-dependency-track
branch
from
June 1, 2026 17:26
ff3a351 to
c3494e1
Compare
Contributor
Author
|
Both the v4.14 and the v5 PRs to DependencyTrack are merged into their respective branches 🥳 |
valentijnscholten
approved these changes
Jun 26, 2026
Maffooch
approved these changes
Jun 26, 2026
Maffooch
left a comment
Contributor
There was a problem hiding this comment.
Confirmed that description is not part of default dedupe fields
Jino-T
approved these changes
Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Show Dependency Track audit detail in finding description
When Dependency Track pushes findings via the Finding Packaging Format, analysts can attach free-text notes to each finding through the
analysis.detailfield. This field was already parsed and available in the FPF document but was silently ignored, so auditors working in DefectDojo had no way to see those notes without going back to Dependency Track.This appends the audit detail to the finding description under an "Audit Detail:" label when present. Findings without audit detail are unaffected. The change requires Dependency Track 4.14.0 or later, which is when
analysis.detailwas added to the FPF output (see companion PR in the Dependency Track repo).Related to DependencyTrack/dependency-track#6181