From 01d6122387d5b4d78bdced0e90c6370126e6a7b9 Mon Sep 17 00:00:00 2001 From: Will Dollman Date: Thu, 12 Dec 2024 10:38:50 +0000 Subject: [PATCH] Fix links on /security (#7475) --- src/pages/security.tsx | 35 +++++++++++++++-------------------- 1 file changed, 15 insertions(+), 20 deletions(-) diff --git a/src/pages/security.tsx b/src/pages/security.tsx index 76d49cd470c..797dcf855f7 100644 --- a/src/pages/security.tsx +++ b/src/pages/security.tsx @@ -81,7 +81,7 @@ const SecurityPage: FunctionComponent = () => ( Instances are updated for security patches as needed, according to Sourcegraph's{' '} ( Service, application, and access logs are stored centrally by Sourcegraph and monitored.You can find more details in our{' '} - Incident Response Policy. + SecurityIncident Response Policy.
  • @@ -168,7 +168,7 @@ const SecurityPage: FunctionComponent = () => (
  • Enterprise customers can configure Sourcegraph to{' '} ( utilizing distroless Docker images and a secure software supply-chain.
  • - We publish signatures and Software Bill-of-Materials (SBOM) for our + We publish signed Software Bill-of-Materials (SBOM) for our container images, allowing customers to verify the security of our products - for themselves. + for themselves. To access these, see {' '} + + How to fetch SBOMs for Sourcegraph. +
  • - -

    Software Bill of Materials and OSS usage

    -

    - A full list of tools and licenses can be found{' '} - - here. - -

    ), },