This adds the fixed versions for Fedora affecting CVE-2021-4034.
In order for this to work, I patched the lse_get_pkg_version function because Fedora packages contain an architecture specific suffix, like in polkit-0.120-1.fc35.2.x86_64. I remove such suffixes so the version comparison works correctly.
This adds the fixed versions for Fedora affecting CVE-2021-4034.
In order for this to work, I patched the
lse_get_pkg_version
function because Fedora packages contain an architecture specific suffix, like inpolkit-0.120-1.fc35.2.x86_64
. I remove such suffixes so the version comparison works correctly.