Skip to content

Commit 417fa59

Browse files
Document the new assignee filter and feature for Dependabot alerts. (#59755)
Co-authored-by: mchammer01 <42146119+mchammer01@users.noreply.github.com>
1 parent 1a87bd1 commit 417fa59

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

content/code-security/how-tos/manage-security-alerts/manage-dependabot-alerts/viewing-and-updating-dependabot-alerts.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,17 @@ By default, alerts are sorted by **Most important**, which helps you prioritize
6262

6363
![Screenshot showing the "Tags" section in the alert details page.](/assets/images/help/repository/dependabot-alerts-tags-section.png)
6464

65+
{% ifversion dependabot-alerts-assignees %}
66+
1. On the right panel, select an assignee by using the **Assignees** dropdown list. This clearly communicates who is responsible for triaging the alert so that no effort is wasted on repetitive analysis without worrying that alerts might fall through the cracks.
67+
{% endif %}
68+
6569
1. Optionally, to suggest an improvement to the related security advisory, on the right-hand side of the alert details page, click **Suggest improvements for this advisory on the {% data variables.product.prodname_advisory_database %}**. See [AUTOTITLE](/code-security/security-advisories/working-with-global-security-advisories-from-the-github-advisory-database/editing-security-advisories-in-the-github-advisory-database).
6670

6771
### Tips for prioritizing alerts
6872

6973
* Use the **Most important** sort order to focus on alerts with the highest potential impact.
70-
* Prioritize alerts that affect production dependencies over development dependencies.
74+
* Prioritize alerts that affect production dependencies over development dependencies.{% ifversion dependabot-alerts-assignees %}
75+
* Use the **Assignees** feature to clarify who is responsible for addressing each alert, so your team can track and remediate vulnerabilities more effectively.{% endif %}
7176
* Use {% data variables.dependabot.auto_triage_rules %} to automatically prioritize or manage alerts. See [AUTOTITLE](/code-security/concepts/supply-chain-security/about-dependabot-auto-triage-rules).
7277

7378
For more information about supported ecosystems and manifest files for dependency scope, see [AUTOTITLE](/code-security/reference/supply-chain-security/supported-ecosystems-and-manifests-for-dependency-scope).
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# References:
2+
# Releases issue #7526 - Dependabot alerts assignees
3+
versions:
4+
fpt: '*'
5+
ghec: '*'
6+
ghes: '>3.20'

data/reusables/dependabot/dependabot-alerts-filters.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ You can sort and filter {% data variables.product.prodname_dependabot_alerts %}
33
| Option | Description | Example |
44
|:---|:---|:---|
55
| {% ifversion fpt or ghec %} |
6-
| `artifact-registry` | Displays alerts only for dependencies that have been promoted to production in the specified repository manager.| `artifact-registry:jfrog-artifactory` will show any alerts alerts for dependencies that have been promoted to production in JFrog Artifactory. |
6+
| `artifact-registry` | Displays alerts only for dependencies that have been promoted to production in the specified repository manager.| `artifact-registry:jfrog-artifactory` will show any alerts for dependencies that have been promoted to production in JFrog Artifactory. |
77
| `artifact-registry-url` | Displays alerts related to artifacts present in a production-approved registry URL. | `artifact-registry-url:my-registry.example.com` will show any alerts for vulnerabilities affecting artifacts stored in the `my-registry.example.com` registry URL. |
88
| {% endif %} |
9+
| {% ifversion fpt or ghec or ghes > 3.20 %} |
10+
| `assignee` | Displays alerts assigned to the specified users | Use `assignee:octocat,hubot` to show all alerts assigned to `octocat` or `hubot`. Use `assignee:*` to list alerts with at least one assignee or `assignee:none` to list alerts with no assignees. |
11+
| {% endif %} |
912
| `CVE-ID`| Displays alerts associated with this `CVE-ID` | `CVE-2020-28482` will show any alerts whose underlying advisory has this CVE ID number. |
1013
| `ecosystem` | Displays alerts for the selected ecosystem | Use `ecosystem:npm` to show {% data variables.product.prodname_dependabot_alerts %} for npm |
1114
| `GHSA-ID`| Displays alerts associated with this `GHSA-ID` | `GHSA-49wp-qq6x-g2rf` will show any alerts whose underlying advisory has this {% data variables.product.prodname_advisory_database %} ID. |

0 commit comments

Comments
 (0)