[BE] Make dependency path data available for the vulnerability details page
Make dependency path data available for the vulnerability details page. This will unblock the FE issue: [FE] Integrate with API data for vulnerability ... (#519967 - closed)
Implementation Plan
- (Depends on GraphQL query for component dependency path (!182289 - merged))
-
backend add
Vulnerability.dependency_pathsmethod for fetching paths viaSbom::DependencyPathmodel or finder -
backend Update
VulnerabilityEntitywithdependency_pathskey -
backend will expose paths via
vulnerability.dependency_paths
Edited by Lucas Charles