1DNF5-ADVISORY(8) dnf5 DNF5-ADVISORY(8)
2
3
4
6 dnf5-advisory - Advisory Command
7
9 dnf5 advisory <subcommand> [options] [<advisory-spec>...]
10
12 The advisory command in DNF5 offers several queries for getting infor‐
13 mation about advisories and packages related to them.
14
15 Optional advisory-spec arguments could be passed to filter only advi‐
16 sories with given names.
17
19 list
20 List available advisories.
21
22
23 info
24 Print details about advisories.
25
26
27 summary
28 Print a summary of advisories.
29
30
32 --all
33 Show advisories containing any version of installed packages.
34
35
36 --available
37 Show advisories containing newer versions of installed packages.
38
39
40 --installed
41 Show advisories containing equal and older versions of installed packages.
42
43
44 --updates
45 Show advisories containing newer versions of installed packages for which a newer version is available.
46
47
48 --contains-pkgs=PACKAGE_NAME,...
49 Show only advisories containing packages with specified names.
50 This is a list option.
51 Only installed packages are matched. Globs are supported.
52
53
54 --security
55 Consider only content contained in security advisories.
56
57
58 --bugfix
59 Consider only content contained in bugfix advisories.
60
61
62 --enhancement
63 Consider only content contained in enhancement advisories.
64
65
66 --newpackage
67 Consider only content contained in newpackage advisories.
68
69
70 --advisory-severities=ADVISORY_SEVERITY,...
71 Consider only content contained in advisories with specified severity.
72 This is a list option.
73 Accepted values are: critical, important, moderate, low, none.
74
75
76 --bzs=BUGZILLA_ID,...
77 Consider only content contained in advisories that fix a ticket of given Bugzilla ID.
78 This is a list option.
79 Expected values are numeric IDs, e.g. 123123.
80
81
82 --cves=CVE_ID,...
83 Consider only content contained in advisories that fix a ticket of given CVE (Common Vulnerabilities and Exposures) ID.
84 This is a list option.
85 Expected values are string IDs in CVE format, e.g. CVE-2201-0123.
86
87
88 --with-bz
89 Show only advisories referencing a Bugzilla ticket.
90
91
92 --with-cve
93 Show only advisories referencing a CVE ticket.
94
95
97 dnf5 advisory info FEDORA-2022-07aa56297a
98 Show detailed info about advisory with given name.
99
100
101 dnf5 advisory summary --contains-pkgs=kernel,kernel-core --with-bz
102 Show a summary of advisories containing kernel or kernel-core packages and referencing any Bugzilla ticket.
103
104
105 dnf5 advisory list --security --advisory-severities=important
106 Show a list of security advisories or advisories with important severity.
107
108
110 See AUTHORS.md in dnf5 source distribution.
111
113 Contributors to the dnf5 project.
114
115
116
117
118 Nov 09, 2023 DNF5-ADVISORY(8)