diff --git a/spog/ui/src/pages/sbom/mod.rs b/spog/ui/src/pages/sbom/mod.rs index a76de7825..0fe159b91 100644 --- a/spog/ui/src/pages/sbom/mod.rs +++ b/spog/ui/src/pages/sbom/mod.rs @@ -217,7 +217,23 @@ fn details(props: &DetailsProps) -> Html { inset={TabInset::Page} detached=true selected={*tab} {onselect}> index={TabIndex::Info} title="Info" /> index={TabIndex::Packages} title="Packages" /> - index={TabIndex::Overview} title="Related vulnerabilities" /> + index={TabIndex::Overview} title={html!( + <> + { "Vulnerabilities" } + + + { Icon::QuestionCircle } + + + )} + body={html_nested!( + {"Any found vulnerabilities related to this SBOM. Fixed vulnerabilities are not listed."} + )} + /> + + )}/> { for config.features.show_report.then(|| html_nested!( index={TabIndex::Report} title="Dependency Analytics Report" /> )) }