Is there anywhere that shows which security updates are included in the patch levels for centos yum repository package version of httpd?
Asked
Active
Viewed 101 times
1 Answers
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/

sebastien.prudhomme
- 476
- 3
- 5