Skip to content

Commit 1cda3ed

Browse files
authored
Document GHSA-ID and CVE-ID filters (#54714)
1 parent bb0bcee commit 1cda3ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ You can sort and filter {% data variables.product.prodname_dependabot_alerts %}
22

33
| Option | Description | Example |
44
|:---|:---|:---|
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. |
56
| `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. |
68
| `has` | Displays alerts meeting the selected filter criteria | Use `has:patch` to show alerts related to advisories that have a patch |
79
| `is` | Displays alerts based on their state | Use `is:open` to show open alerts |
810
| `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

Comments
 (0)