diff --git a/src/pages/explanations/compliance/csaf-vex-explained.mdx b/src/pages/explanations/compliance/csaf-vex-explained.mdx index ae16ae4..d1846a4 100644 --- a/src/pages/explanations/compliance/csaf-vex-explained.mdx +++ b/src/pages/explanations/compliance/csaf-vex-explained.mdx @@ -96,7 +96,9 @@ Details vulnerabilities at component level using CSAF upstream sources integrate with DevGuard's event handling. See - [External Vulnerability Sync](external-vulnerability-sync) for details. + [External Vulnerability + Sync](/explanations/vulnerability-management/external-vuln-sync) for + details. ## Use Cases @@ -111,9 +113,9 @@ Details vulnerabilities at component level using - Event timelines provide comprehensive audit trails for compliance frameworks like ISO 27001, SOC 2, and CRA. Every vulnerability decision includes timestamps, user attribution, and justification. + Event timelines provide comprehensive audit trails for compliance frameworks + like ISO 27001, SOC 2, and CRA. Every vulnerability decision includes + timestamps, user attribution, and justification. ## Prerequisites @@ -21,14 +23,13 @@ Before you begin, ensure you have: - An asset with scanned vulnerabilities - Read access to vulnerability details - ## View Event Details Across Assets For organization-wide compliance tracking, see [Compliance Dashboards](./compliance-dashboards.mdx) for vulnerability metrics and trends that reflect the cumulative impact of these vulnerability events. ### Generate PDF Reports for audits -1. Navigate to **Organization** → **Overview** +1. Navigate to **Organization** → **Overview** 2. Select Artifact on the left side. ![Download PDF-Report](../../../assets/downloading-pdf-report.png) @@ -44,11 +45,9 @@ To include vulnerability event history in compliance documentation: These reports can be downloaded and provided to auditors as evidence of your vulnerability management process. - - ## Related Documentation - [Create Vulnerability Events](../vulnerability-management/create-vuln-events.mdx) - Add and manage events - [Compliance Audit Trails](../../explanations/compliance/audit-trails.mdx) - Understand audit logging concepts - [Generate CSAF Reports](./generate-csaf-reports.mdx) - Export event justifications -- [Vulnerability Lifecycle](../../explanations/compliance/vulnerability-lifecycle.mdx) - Understand decision workflows +- [Vulnerability Lifecycle](/explanations/vulnerability-management/vulnerability-lifecycle.mdx) - Understand decision workflows diff --git a/src/pages/how-to-guides/integrations/github/setup-github-integration.mdx b/src/pages/how-to-guides/integrations/github/setup-github-integration.mdx index 5e16e51..ef22695 100644 --- a/src/pages/how-to-guides/integrations/github/setup-github-integration.mdx +++ b/src/pages/how-to-guides/integrations/github/setup-github-integration.mdx @@ -43,7 +43,7 @@ If the integration is successful, you will see your chosen GitHub project in the Go to the `security control center` of the asset and click on `Create Personal Access Token`. Then copy the token. -You can find more information about the DevGuard Personal Access Token [here](/how-to-guides/security/api-tokens). +You can find more information about the DevGuard Personal Access Token [here](/how-to-guides/security/access-control/api-tokens). ![Create a Personal Access Token](../../../../assets/github-setup/github8.png) diff --git a/src/pages/how-to-guides/security/access-control/manage-users.mdx b/src/pages/how-to-guides/security/access-control/manage-users.mdx index 92d0b71..2243607 100644 --- a/src/pages/how-to-guides/security/access-control/manage-users.mdx +++ b/src/pages/how-to-guides/security/access-control/manage-users.mdx @@ -77,6 +77,6 @@ Organization Level - Revoking Member status at any level removes all sub-level access - External members (from GitHub/GitLab) have read-only access -- [Create and Manage API Tokens](./api-tokens.mdx) - Generate tokens for API access +- [Create and Manage API Tokens](/how-to-guides/security/access-control/api-tokens) - Generate tokens for API access - [Configure Webhooks](/how-to-guides/integrations/create-webhook) - Automate integrations - [Setup GitHub App](/how-to-guides/integrations/github/setup-github-integration) - GitHub integration