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
Copy file name to clipboardExpand all lines: data/reusables/dependabot/dependabot-alerts-filters.md
+2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@ You can sort and filter {% data variables.product.prodname_dependabot_alerts %}
2
2
3
3
| Option | Description | Example |
4
4
|:---|:---|:---|
5
+
|`CVE-ID`| Displays alerts associated with this `CVE-ID`|`CVE-2020-28482` will show any alerts whose underlying advisory has this CVE ID number. |
5
6
|`ecosystem`| Displays alerts for the selected ecosystem | Use `ecosystem:npm` to show {% data variables.product.prodname_dependabot_alerts %} for npm |
7
+
|`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. |
6
8
|`has`| Displays alerts meeting the selected filter criteria | Use `has:patch` to show alerts related to advisories that have a patch |
7
9
|`is`| Displays alerts based on their state | Use `is:open` to show open alerts |
8
10
|`manifest`| Displays alerts for the selected manifest | Use `manifest:webwolf/pom.xml` to show alerts on the pom.xml file of the webwolf application |
0 commit comments