table of contents
| WOLFICTL-ADVISORY-ALIAS-FIND(1) | WOLFICTL-ADVISORY-ALIAS-FIND(1) |
NAME¶
wolfictl-advisory-alias-find - Query upstream data sources for aliases for the given vulnerability ID(s)
SYNOPSIS¶
wolfictl advisory alias find <vulnerability ID> [<vulnerability ID>...] [flags]
DESCRIPTION¶
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.
OPTIONS¶
-h, --help[=false]
help for find
OPTIONS INHERITED FROM PARENT COMMANDS¶
--log-level="WARN"
log level (e.g. debug, info, warn, error)
EXAMPLE¶
$ 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
SEE ALSO¶
| Auto generated by spf13/cobra |