Skip to content

Commit f0ac3e8

Browse files
[EDI] Create a new "Security at scale" map topic within "Concepts" (#59085)
1 parent 40f44fc commit f0ac3e8

File tree

15 files changed

+57
-21
lines changed

15 files changed

+57
-21
lines changed

content/admin/managing-code-security/managing-supply-chain-security-for-your-enterprise/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title: Managing supply chain security for your enterprise
33
shortTitle: Supply chain security
4-
intro: 'You can visualize, maintain, and secure the dependencies in your developers'' software supply chain.'
4+
intro: You can visualize, maintain, and secure the dependencies in your developers' software supply chain.
55
versions:
66
ghes: '*'
77
topics:
88
- Enterprise
99
children:
10-
- /about-supply-chain-security-for-your-enterprise
1110
- /enabling-the-dependency-graph-for-your-enterprise
1211
- /viewing-the-vulnerability-data-for-your-enterprise
1312
- /configuring-dependabot-to-work-with-limited-internet-access

content/admin/managing-code-security/securing-your-enterprise/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ topics:
1212
- Dependabot
1313
- Repositories
1414
children:
15-
- /about-security-configurations
1615
- /applying-the-github-recommended-security-configuration-to-your-enterprise
1716
- /creating-a-custom-security-configuration-for-your-enterprise
1817
- /applying-a-custom-security-configuration-to-your-enterprise
1918
- /configuring-additional-secret-scanning-settings-for-your-enterprise
2019
- /editing-a-custom-security-configuration
2120
- /deleting-a-custom-security-configuration
2221
---
22+

content/code-security/concepts/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ children:
2121
- /about-code-quality
2222
- supply-chain-security
2323
- /vulnerability-reporting-and-management
24+
- /security-at-scale

content/code-security/securing-your-organization/introduction-to-securing-your-organization-at-scale/about-enabling-security-features-at-scale.md renamed to content/code-security/concepts/security-at-scale/about-enabling-security-features-at-scale.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
22
title: About enabling security features at scale
3-
shortTitle: About organization security
4-
intro: 'You can quickly secure your organization at scale with {% data variables.product.prodname_security_configurations %} and {% data variables.product.prodname_global_settings %}.'
3+
shortTitle: Organization security
4+
intro: You can quickly secure your organization at scale with {% data variables.product.prodname_security_configurations %} and {% data variables.product.prodname_global_settings %}.
55
versions:
66
feature: security-configurations
77
topics:
88
- Code Security
99
- Secret Protection
1010
- Organizations
1111
- Security
12+
redirect_from:
13+
- /code-security/securing-your-organization/introduction-to-securing-your-organization-at-scale/about-enabling-security-features-at-scale
14+
contentType: concepts
1215
---
1316

1417
## About securing your organization

content/code-security/securing-your-organization/fixing-security-alerts-at-scale/about-security-campaigns.md renamed to content/code-security/concepts/security-at-scale/about-security-campaigns.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'About security campaigns'
3-
shortTitle: 'About security campaigns'
4-
intro: 'You can fix security alerts at scale by creating security campaigns and collaborating with developers to burn down your security backlog.'
2+
title: About security campaigns
3+
shortTitle: Security campaigns
4+
intro: You can fix security alerts at scale by creating security campaigns and collaborating with developers to burn down your security backlog.
55
product: '{% data reusables.gated-features.security-campaigns %}'
66
allowTitleToDifferFromFilename: true
77
type: overview
@@ -15,6 +15,8 @@ topics:
1515
- Secret Protection
1616
- Organizations
1717
- Security
18+
redirect_from:
19+
- /code-security/securing-your-organization/fixing-security-alerts-at-scale/about-security-campaigns
1820
---
1921

2022
Once you have identified security alerts the next step is to identify the most urgent alerts and get them fixed. Security campaigns are a way to group alerts and share them with developers, so you can collaborate to remediate vulnerabilities in the code{% ifversion security-campaigns-secrets %} and any exposed secrets{% endif %}.

content/admin/managing-code-security/securing-your-enterprise/about-security-configurations.md renamed to content/code-security/concepts/security-at-scale/about-security-configurations.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
---
22
title: About security configurations
33
shortTitle: Security configurations
4-
intro: 'Security configurations are collections of security settings that you can apply across your enterprise.'
4+
intro: Security configurations are collections of security settings that you can apply across your enterprise.
55
versions:
66
feature: security-configuration-enterprise-level
77
topics:
88
- Advanced Security
99
- Enterprise
1010
- Security
11+
redirect_from:
12+
- /admin/managing-code-security/securing-your-enterprise/about-security-configurations
13+
contentType: concepts
1114
---
1215

1316
## About {% data variables.product.prodname_security_configurations %}

content/code-security/security-overview/about-security-overview.md renamed to content/code-security/concepts/security-at-scale/about-security-overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
title: About security overview
3-
intro: 'You can gain insights into the overall security landscape of your organization or enterprise and identify repositories that require intervention using security overview.'
3+
shortTitle: Security overview
4+
intro: You can gain insights into the overall security landscape of your organization or enterprise and identify repositories that require intervention using security overview.
45
product: |
56
{% data reusables.gated-features.security-overview-general %}{% ifversion secret-risk-assessment %}
67
78
{% data variables.secret-scanning.secret-risk-assessment-cta-product %}{% endif %}
89
redirect_from:
910
- /code-security/security-overview/exploring-security-alerts
1011
- /code-security/security-overview/about-the-security-overview
12+
- /code-security/security-overview/about-security-overview
1113
versions:
1214
fpt: '*'
1315
ghes: '*'
@@ -23,6 +25,7 @@ topics:
2325
- Organizations
2426
- Secret scanning
2527
- Teams
28+
contentType: concepts
2629
---
2730

2831
{% ifversion fpt %}

content/admin/managing-code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise.md renamed to content/code-security/concepts/security-at-scale/about-supply-chain-security-for-your-enterprise.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: About supply chain security for your enterprise
33
intro: You can enable features that help your developers understand and update the dependencies their code relies on.
4-
shortTitle: About supply chain security
4+
shortTitle: Supply chain security
55
permissions: ''
66
versions:
77
ghes: '*'
@@ -12,6 +12,8 @@ topics:
1212
- Dependency graph
1313
redirect_from:
1414
- /admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise
15+
- /admin/managing-code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise
16+
contentType: concepts
1517
---
1618

1719
You can allow users to identify their projects' dependencies by enabling the dependency graph for {% data variables.product.prodname_ghe_server %}. For more information, see [Enabling the dependency graph for your enterprise](/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise).

content/code-security/getting-started/auditing-security-alerts.md renamed to content/code-security/concepts/security-at-scale/auditing-security-alerts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ topics:
1414
- Code Security
1515
- Secret Protection
1616
shortTitle: Audit security alerts
17+
redirect_from:
18+
- /code-security/getting-started/auditing-security-alerts
19+
contentType: concepts
1720
---
1821

1922
## About security tools for auditors
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Concepts for security at scale
3+
shortTitle: Security at scale
4+
intro: Learn about the concepts behind managing code security at scale in your organization or enterprise.
5+
versions:
6+
fpt: '*'
7+
ghes: '*'
8+
ghec: '*'
9+
topics:
10+
- Code Security
11+
- Secret Protection
12+
- Organizations
13+
- Security
14+
- Advanced Security
15+
- Enterprise
16+
contentType: concepts
17+
children:
18+
- /about-enabling-security-features-at-scale
19+
- /about-security-configurations
20+
- /about-security-overview
21+
- /about-security-campaigns
22+
- /auditing-security-alerts
23+
- /about-supply-chain-security-for-your-enterprise
24+
---

0 commit comments

Comments
 (0)