You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: content/code-security/how-tos/report-and-fix-vulnerabilities/configure-vulnerability-reporting/configuring-private-vulnerability-reporting-for-a-repository.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,18 +33,17 @@ The instructions in this article refer to enablement at repository level. For in
33
33
{% data reusables.security-advisory.private-vulnerability-reporting-configure-notifications %}
34
34
35
35
Notifications depend on the user's notification preferences. You will receive an email notification if:
36
-
* You are watching the repository.
37
-
* You have enabled notifications for "All Activity".
38
-
* In your notification settings, under "Subscriptions", then under "Watching", you have selected to receive notifications by email.
36
+
* You are watching the repository with **All Activity** selected, or with **Security alerts** (available under **Custom**) selected.
37
+
* In your notification settings, under **Subscriptions**, then under **Watching**, you have selected to receive notifications by email.
39
38
40
39
{% data reusables.repositories.navigate-to-repo %}
41
40
1. To start watching the repository, select **{% octicon "eye" aria-hidden="true" aria-label="eye" %} Watch**.
42
41
43
42

44
43
45
-
1. In the dropdown menu, click**All Activity**.
44
+
1. In the dropdown menu, select**All Activity** to receive notifications for all activity, or select **Custom**, then **Security alerts** to receive notifications only for security alerts.
46
45
1. Navigate to the notification settings for your personal account. These are available at [https://github.com/settings/notifications](https://github.com/settings/notifications?ref_product=security-advisories&ref_type=engagement&ref_style=text).
47
-
1. On your notification settings page, under "Subscriptions," then under "Watching," select the **Notify me** dropdown.
46
+
1. On your notification settings page, under "Subscriptions," then under "Watching," click the **Notify me** dropdown.
48
47
1. Select "Email" as a notification option, then click **Save**.
49
48
50
49

When a new vulnerability is privately reported in a repository, {% data variables.product.github %} notifies repository maintainers and security managers if:
1
+
When a new vulnerability is privately reported in a repository, {% data variables.product.github %} notifies repository administrators and security managers if:
2
2
3
-
* They're watching the repository for all activity.
3
+
* They're watching the repository for all activity or are subscribed to “Security alerts” notifications.
4
4
* They have notifications enabled for the repository.
0 commit comments