You guys should have known OpenSSL vulnerablities, which affected Fedora 36 and 37 as well. I followed the guideline mentioned here (the Using overrides and usroverlay
section). I used this command to check my OpenSSL and this was the result.
$ ls -al openssl*.rpm
ls: cannot access 'openssl*.rpm': No such file or directory
and I tried to use the exact sample from the page (to list kernel) and the same result occured.
$ ls -al kernel*.rpm
ls: cannot access 'kernel*.rpm': No such file or directory
Please note that I have changed the directory to root.
And later I tried this command and it worked.
$ rpm -qa | grep openssl
openssl-pkcs11-0.4.12-2.fc37.x86_64
openssl-libs-3.0.5-2.fc37.x86_64
apr-util-openssl-1.6.1-22.fc37.x86_64
xmlsec1-openssl-1.2.34-2.fc37.x86_64
Hence, i would like to suggest that the last command is added to the guideline since it showed the same results (though without users permission, like the one shown in the documentation).
Thank you for your consideration.