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
Set unique_id_from_tool from matrix field in Dependency Track parser (#14380)
* Set unique_id_from_tool from matrix field in Dependency Track parser
* fix(dependency-track): store matrix as unique_id_from_tool, uuid as vuln_id_from_tool
- Initialize unique_id_from_tool from the top-level matrix field (backward compat)
- Override with vulnerability.matrix if present (newer DT export formats)
- Initialize vuln_id_from_tool to None before conditional assignment
- Remove duplicate unique_id_from_tool kwarg that caused a syntax error
- Update test assertion to expect the full composite matrix string
---------
Co-authored-by: valentijnscholten <valentijnscholten@gmail.com>
0 commit comments