Query upstream data sources for aliases for the given vulnerability ID(s)
wolfictl advisory alias find <vulnerability ID> [<vulnerability ID>...] [flags]
This is a utility command to query upstream data sources to find aliases for the given vulnerability ID(s).
Vulnerability IDs can be CVE IDs (e.g. CVE-2021-44228) or GHSA IDs (e.g. GHSA-jfh8-c2jp-5v3q).
You may specify multiple vulnerability IDs at once.
If your terminal supports hyperlinks, vulnerability IDs in the output will be hyperlinked to the relevant webpage from the upstream data source.
$ wolfictl adv alias find CVE-2021-44228
Aliases for CVE-2021-44228:
- GHSA-jfh8-c2jp-5v3q
$ wolfictl adv alias find GHSA-f9jg-8p32-2f55 CVE-2020-8552
Aliases for GHSA-f9jg-8p32-2f55:
- CVE-2021-25743
Aliases for CVE-2020-8552:
- GHSA-82hx-w2r5-c2wq
-h, --help help for find
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
- wolfictl advisory alias - Commands for discovering vulnerability aliases