Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/organizations/managing-security-and-risk.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ On the right section, you can view the filtered list of findings. Each finding c

![Security and risk management finding page](images/security-risk-management-finding-details.png)

### Dependency chain {: id="dependency-chain"}

For findings on transitive dependencies, the finding also displays the **dependency chain**: the ordered path from a direct (top-level) dependency in your manifest down to the vulnerable package (for example, `direct-package → intermediate-package → vulnerable-package`). This helps you identify which of your direct dependencies you need to update to resolve the finding.

![Security and risk management finding dependency chain](images/security-risk-management-finding-dependency-chain.png)
Expand Down
Loading