All,
Looking at the Apollo docs: FastAPI - Swagger UI
and running a list for Rocky Linux 9
curl -X 'GET' \
'https://apollo.build.resf.org/v2/advisories?filters.product=Rocky%20Linux%209&filters.type=TYPE_SECURITY&filters.fetchRelated=true&page=1&limit=100' \
-H 'accept: application/json'
This returns CVEs that have both RL8 and RL9 included. An example is RLSA-2024:8117
Can someone fix this so that only the appropriate el8 or el9 packages and affected products get returned? I don’t see a place on Apollo to discuss issues.