Skip to content

Commit d2eaff2

Browse files
authored
[March 24] Security overview beta (#18341)
* Add 'Security Center' product name variable * Update index with new Security Center category * Revert "Update index with new Security Center category" This reverts commit 74aee4b050639626d2b49d914e4ab7b8c0f63ddc. * Update Code Security index * Create index.md for Security Center * Create Security Center reusables Beta flag and gated feature * update AE versioning * Remove "Security Center" from titles and intros * Remove "security center" from beta flag * Add images * Procedures for filtering and sorting * Incorporate reviewer feedback * Incorporate reviewer feedback Three images will need to be updated * Update images
1 parent 7b4515f commit d2eaff2

17 files changed

+153
-0
lines changed
18.1 KB
Loading
13.6 KB
Loading
4.94 KB
Loading
12.7 KB
Loading
15.2 KB
Loading
43.9 KB
Loading
72 KB
Loading
16.7 KB
Loading

content/code-security/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ topics:
1919
{% link_with_intro /security-advisories %}
2020

2121
{% link_with_intro /supply-chain-security %}
22+
23+
{% link_with_intro /security-overview %}
Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
---
2+
title: Exploring security alerts
3+
intro: 'You can view, filter, and sort security alerts for repositories owned by your organization or team in one place.'
4+
product: '{% data reusables.gated-features.security-center %}'
5+
versions:
6+
free-pro-team: '*'
7+
github-ae: 'next'
8+
---
9+
10+
{% data reusables.security-center.beta %}
11+
12+
### About the security overview
13+
14+
You can use the security overview for a high-level view of the security status of your organization or to identify problematic repositories that require intervention. At the organization-level, the security overview displays aggregate and repository-specific security information for repositories owned by your organization. At the team-level, the security overview displays repository-specific security information for repositories that the team has admin privileges for. For more information, see "[Managing team access to an organization repository](/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-repository)."
15+
16+
The security overview indicates whether {% data variables.product.prodname_GH_advanced_security %} features are enabled for repositories owned by your organization and consolidates alerts from {% data variables.product.prodname_advanced_security %} features, including {% data variables.product.prodname_code_scanning %} alerts, {% data variables.product.prodname_dependabot_alerts %}, and {% data variables.product.prodname_secret_scanning %} alerts. For more information, see "[About securing your repository](/code-security/getting-started/about-securing-your-repository)."
17+
18+
In the security overview, you can view, sort, and filter alerts to understand the security risks in your organization and in specific repositories. You can apply multiple filters to focus on areas of interest. For example, you can identify private repositories that have a high number of {% data variables.product.prodname_dependabot_alerts %} or repositories that have no {% data variables.product.prodname_code_scanning %} alerts.
19+
20+
![The security overview for an organization](/assets/images/help/organizations/security-overview.png)
21+
22+
For each repository in the security overview, you will see icons for each type of {% data variables.product.prodname_advanced_security %} feature and how many alerts there are of each type. If an {% data variables.product.prodname_advanced_security %} feature is not enabled for a repository, the icon for that feature will be grayed out.
23+
24+
![Icons in the security overview](/assets/images/help/organizations/security-overview-icons.png)
25+
26+
| Icon | Meaning |
27+
| -------- | -------- |
28+
| {% octicon "code-square" aria-label="Code scanning alerts" %} | {% data variables.product.prodname_code_scanning_capc %} alerts. For more information, see "[About {% data variables.product.prodname_code_scanning %}](/code-security/secure-coding/about-code-scanning)." |
29+
| {% octicon "key" aria-label="Secret scanning alerts" %} | {% data variables.product.prodname_secret_scanning_caps %} alerts. For more information, see "[About {% data variables.product.prodname_secret_scanning %}](/code-security/secret-security/about-secret-scanning)." |
30+
| {% octicon "hubot" aria-label="Dependabot alerts" %} | {% data variables.product.prodname_dependabot_alerts %}. For more information, see "[About alerts for vulnerable dependencies](/code-security/supply-chain-security/about-alerts-for-vulnerable-dependencies)." |
31+
| {% octicon "check" aria-label="Check" %} | The {% data variables.product.prodname_advanced_security %} feature is enabled, but does not raise alerts in this repository. |
32+
| {% octicon "x" aria-label="x" %} | The {% data variables.product.prodname_advanced_security %} feature is not supported in this repository. |
33+
34+
By default, archived repositories are excluded from the security overview for an organization. You can apply filters to view archived repositories in the security overview. For more information, see "[Filtering the list of alerts](#filtering-the-list-of-alerts)."
35+
36+
The security overview displays active alerts raised by {% data variables.product.prodname_GH_advanced_security %} features. If there are no alerts in the security overview for a repository, undetected security vulnerabilities or code errors may still exist.
37+
38+
### Viewing the security overview for an organization
39+
40+
Organization owners can view the security overview for an organization.
41+
42+
{% data reusables.organizations.navigate-to-org %}
43+
{% data reusables.organizations.security-overview %}
44+
1. To view aggregate information about alert types, click **Show more**.
45+
![Show more button](/assets/images/help/organizations/security-overview-show-more-button.png)
46+
{% data reusables.organizations.filter-security-overview %}
47+
48+
### Viewing the security overview for a team
49+
50+
Members of a team can see the security overview for repositories that the team has admin privileges for.
51+
52+
{% data reusables.profile.access_profile %}
53+
{% data reusables.profile.access_org %}
54+
{% data reusables.organizations.specific_team %}
55+
{% data reusables.organizations.team-security-overview %}
56+
{% data reusables.organizations.filter-security-overview %}
57+
58+
### Filtering the list of alerts
59+
60+
#### Filter by level of risk for repositories
61+
62+
The level of risk for a repository is determined by the number and severity of alerts from {% data variables.product.prodname_advanced_security %} features. If one or more {% data variables.product.prodname_advanced_security %} features are not enabled for a repository, the repository will have an unknown level of risk. If a repository has no risks that are detected by {% data variables.product.prodname_advanced_security %} features, the repository will have a clear level of risk.
63+
64+
| Qualifier | Description |
65+
| -------- | -------- |
66+
| `risk:high` | Display repositories that are at high risk. |
67+
| `risk:medium` | Display repositories that are at medium risk. |
68+
| `risk:low` | Display repositories that are at low risk. |
69+
| `risk:unknown` | Display repositories that are at an unknown level of risk. |
70+
| `risk:clear` | Display repositories that have no detected level of risk. |
71+
72+
#### Filter by number of alerts
73+
74+
| Qualifier | Description |
75+
| -------- | -------- |
76+
| <code>code-scanning-alerts:<em>n</em></code> | Display repositories that have *n* {% data variables.product.prodname_code_scanning %} alerts. This qualifier can use &gt and &lt comparison operators. |
77+
| <code>secret-scanning-alerts:<em>n</em></code> | Display repositories that have *n* {% data variables.product.prodname_secret_scanning %} alerts. This qualifier can use &gt and &lt comparison operators. |
78+
| <code>dependabot-alerts:<em>n</em></code> | Display repositories that have *n* {% data variables.product.prodname_dependabot_alerts %}. This qualifier can use &gt and &lt comparison operators. |
79+
80+
#### Filter by whether {% data variables.product.prodname_advanced_security %} features are enabled
81+
82+
| Qualifier | Description |
83+
| -------- | -------- |
84+
| `enabled:code-scanning` | Display repositories that have {% data variables.product.prodname_code_scanning %} enabled. |
85+
| `not-enabled:code-scanning` | Display repositories that do not have {% data variables.product.prodname_code_scanning %} enabled. |
86+
| `enabled:secret-scanning` | Display repositories that have {% data variables.product.prodname_secret_scanning %} enabled. |
87+
| `not-enabled:secret-scanning` | Display repositories that have {% data variables.product.prodname_secret_scanning %} enabled. |
88+
| `enabled:dependabot-alerts` | Display repositories that have {% data variables.product.prodname_dependabot_alerts %} enabled. |
89+
| `not-enabled:dependabot-alerts` | Display repositories that do not have {% data variables.product.prodname_dependabot_alerts %} enabled. |
90+
91+
#### Filter by repository type
92+
93+
| Qualifier | Description |
94+
| -------- | -------- |
95+
| `is:public` | Display public repositories. |
96+
| `is:internal` | Display internal repositories. |
97+
| `is:private` | Display private repositories. |
98+
| `archived:true` | Display archived repositories. |
99+
100+
#### Filter by team
101+
102+
| Qualifier | Description |
103+
| -------- | -------- |
104+
| <code>team:<em>TEAM-NAME</em></code> | Displays repositories that *TEAM-NAME* has admin privileges for. |
105+
106+
#### Filter by topic
107+
108+
| Qualifier | Description |
109+
| -------- | -------- |
110+
| <code>topic:<em>TOPIC-NAME</em></code> | Displays repositories that are classified with *TOPIC-NAME*. |
111+
112+
#### Sort the list of alerts
113+
114+
| Qualifier | Description |
115+
| -------- | -------- |
116+
| `sort:risk` | Sorts the repositories in your security overview by risk. |
117+
| `sort:repos` | Sorts the repositories in your security overview alphabetically by name. |
118+
| `sort:code-scanning-alerts` | Sorts the repositories in your security overview by number of {% data variables.product.prodname_code_scanning %} alerts. |
119+
| `sort:secret-scanning-alerts` | Sorts the repositories in your security overview by number of {% data variables.product.prodname_secret_scanning %} alerts. |
120+
| `sort:dependabot-alerts` | Sorts the repositories in your security overview by number of {% data variables.product.prodname_dependabot_alerts %}. |

0 commit comments

Comments
 (0)