Skip to content

Commit 0fc8ad9

Browse files
authored
Fix typo in directory name (#56377)
1 parent 9886ed8 commit 0fc8ad9

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

content/code-security/securing-your-organization/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ children:
1616
- /enabling-security-features-in-your-organization
1717
- /managing-the-security-of-your-organization
1818
- /understanding-your-organizations-exposure-to-leaked-secrets
19-
- /understanding-your-organizations-exposure-to-vulnerabilites
19+
- /understanding-your-organizations-exposure-to-vulnerabilities
2020
- /fixing-security-alerts-at-scale
2121
- /troubleshooting-security-configurations
2222
---
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ topics:
1111
- Secret Protection
1212
- Organizations
1313
- Security
14+
redirect_from:
15+
- /code-security/securing-your-organization/understanding-your-organizations-exposure-to-vulnerabilites/about-your-exposure-to-vulnerable-dependencies
1416
---
1517

1618
## About exposure to vulnerable dependencies
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Understanding your organization''s exposure to vulnerabilities'
2+
title: 'Understanding your organization''s exposure to vulnerabilities'
33
shortTitle: Exposure to vulnerabilities
44
intro: 'Understanding your organization''s exposure to vulnerable dependencies is crucial for identifying and prioritizing security risks. This awareness allows you to prioritize remediation efforts, reduce the likelihood of security breaches, protect sensitive data, and maintain the overall integrity and reputation of the organization.'
55
versions:
@@ -12,4 +12,6 @@ topics:
1212
children:
1313
- /about-your-exposure-to-vulnerable-dependencies
1414
- /prioritizing-dependabot-alerts-using-metrics
15+
redirect_from:
16+
- /code-security/securing-your-organization/understanding-your-organizations-exposure-to-vulnerabilites
1517
---
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ topics:
1111
- Dependabot
1212
- Organizations
1313
- Security
14+
redirect_from:
15+
- /code-security/securing-your-organization/understanding-your-organizations-exposure-to-vulnerabilites/prioritizing-dependabot-alerts-using-metrics
1416
---
1517

1618
## Prioritizing {% data variables.product.prodname_dependabot_alerts %} using metrics

content/code-security/security-overview/viewing-metrics-for-dependabot-alerts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ topics:
2121

2222
The metrics overview for {% data variables.product.prodname_dependabot %} provides valuable insights for both developers and application security (AppSec) managers. The data in the {% data variables.product.prodname_dependabot %} dashboard page contains a vulnerability prioritization funnel that helps with efficiently prioritizing, remediating, and tracking vulnerabilities across multiple repositories. This ensures that the most critical risks are addressed first and that security improvements can be measured over time.
2323

24-
For more information about how AppSec managers can best use these metrics to optimize alert fixing, see [AUTOTITLE](/code-security/securing-your-organization/understanding-your-organizations-exposure-to-vulnerabilites/prioritizing-dependabot-alerts-using-metrics).
24+
For more information about how AppSec managers can best use these metrics to optimize alert fixing, see [AUTOTITLE](/code-security/securing-your-organization/understanding-your-organizations-exposure-to-vulnerabilities/prioritizing-dependabot-alerts-using-metrics).
2525

2626
You can see {% data variables.product.prodname_dependabot %} metrics if you have:
2727

0 commit comments

Comments
 (0)