Open kripper opened 3 months ago
Ideally support viewing the changelogs of this query (filtering by Critical
):
yum list-security --sec-severity Critical --updates
This repository is deprecated but since you mentioned both dnf
and yum
you might not be using it anyway.
You can check what version you have with yum --version
.
In any case currently we are focusing on dnf5 which is replacing dnf as the default in fedora 41. I think that would be the best place for such a feature request.
We use
yum update --security
to update security changes.Is it possible to support
--security
together with:dnf changelog --upgrades
We would like to review all security changes before updating.