Created
August 24, 2016 18:27
-
-
Save rmrf-run/26631a5aed142d9650af29731ef240f9 to your computer and use it in GitHub Desktop.
Useful function to query change log to check if cve fixes have been applied
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rpmcve () { | |
rpm -qa --changelog $1 | grep $2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment