I am curious if AWX is dependent in some way on nginx 1.14 and in particular the dependent nginx modules.
I can see that in ver 15.0.0, that nginx 1.14 is installed, along with these modules,
nginx-all-modules:1:1.14.1-9.module_el8.0.0+184+e34fea82
RHSA-2019:2799nginx-filesystem:1:1.14.1-9.module_el8.0.0+184+e34fea82.
RHSA-2019:2799nginx-mod-http-image-filter:1:1.14.1-9.module_el8.0.0+184+e34fea82
RHSA-2019:2799nginx-mod-http-perl:1:1.14.1-9.module_el8.0.0+184+e34fea82
RHSA-2019:2799nginx-mod-http-xslt-filter:1:1.14.1-9.module_el8.0.0+184+e34fea82
RHSA-2019:2799nginx-mod-stream:1:1.14.1-9.module_el8.0.0+184+e34fea82
RHSA-2019:2799
All of these cve issues are resolved in nginx 1.18, and in the image build (in the awx project) I did notice that awx is just doing an dnf -y install nginx, so are these extra 'mod' nginx packages just installed by default?
I guess the real answer is, is there some specific reason why awx continues to stay on nginx 1.14 with the known cve's, and not use nginx 1.18. I'm testing this on my own, but was just curious if anyone had looked at this.