Skip to content

Commit d6289d0

Browse files
authored
Merge pull request #28075 from github/repo-sync
Repo sync
2 parents 3744366 + ee7366e commit d6289d0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

content/code-security/dependabot/dependabot-alerts/about-dependabot-alerts.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ When {% data variables.product.product_name %} identifies a vulnerable dependenc
8787

8888
{% data variables.product.product_name %} may also notify the maintainers of affected repositories about new alerts according to their notification preferences.{% ifversion dependabot-suppressed-notifications %} When {% data variables.product.prodname_dependabot %} is first enabled, {% data variables.product.product_name %} does not send notifications for all vulnerable dependencies found in your repository, only for new vulnerable dependencies identified after {% data variables.product.prodname_dependabot %} is enabled.{% endif %} For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts)."
8989

90-
{% ifversion fpt or ghec or ghes %}
91-
For repositories where {% data variables.product.prodname_dependabot_security_updates %} are enabled, the alert may also contain a link to a pull request to update the manifest or lock file to the minimum version that resolves the vulnerability. For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates)."
92-
{% endif %}
90+
{% data reusables.dependabot.dependabot-alert-create-PR %}
9391

9492
{% warning %}
9593

content/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ topics:
2323

2424
{% data variables.product.prodname_dependabot %} scans code when a new advisory is added to the {% data variables.product.prodname_advisory_database %} or the dependency graph for a repository changes. When vulnerable dependencies{% ifversion GH-advisory-db-supports-malware %} or malware{% endif %} are detected, {% data variables.product.prodname_dependabot_alerts %} are generated. For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts)."
2525

26+
{% data reusables.dependabot.dependabot-alert-create-PR %}
27+
2628
You can enable or disable {% data variables.product.prodname_dependabot_alerts %} for:
2729
- Your personal account
2830
- Your repository
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{% ifversion fpt or ghec or ghes %}
2+
If you have enabled {% data variables.product.prodname_dependabot_security_updates %} for your repository, the alert may also contain a link to a pull request to update the manifest or lock file to the minimum version that resolves the vulnerability. For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates)."
3+
{% endif %}

0 commit comments

Comments
 (0)