2

Is there anywhere that shows which security updates are included in the patch levels for centos yum repository package version of httpd?

Graeme
  • 670
  • 1
  • 6
  • 16

1 Answers1

3
  • you can check the changelog of the package (and check for lines containing CVE if it's a known vulnerability): rpm -q --changelog httpd

  • you can also search for "http" or "apache" on Red Hat CVE web page: https://access.redhat.com/security/cve/