I was recently patching some systems for `CVE-2020-11023 (RHEL-78377)`. While researching the issue, I discovered that the BuildRequires for `doxygen` has not been updated from `doxygen >= 1.7.1`.
According to the Koji Package Logs, the patched `gcc` packages were built against `doxygen-1.9.1-12.el9`, which is patched for this CVE. Should the upstream packages not have their BuildRequires statements updated in the spec file to ensure anyone else who might be building from source RPM is patched?