Skip to content

Instantly share code, notes, and snippets.

@rmrf-run
Created August 24, 2016 18:27
Show Gist options
  • Save rmrf-run/26631a5aed142d9650af29731ef240f9 to your computer and use it in GitHub Desktop.
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
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