Hi ,
I ran zap tool on sonarqube application found below vulnerability.
---------------------------------------
Cloud Metadata Potentially Exposed
The Cloud Metadata Attack attempts to abuse a misconfigured NGINX server in order to access the instance metadata maintained by cloud service providers such as AWS, GCP and Azure.
All of these providers provide metadata via an internal unroutable IP address '169.254.169.254' - this can be exposed by incorrectly configured NGINX servers and accessed by using this IP address in the Host header field.
---------------------------------------------
Even we do not use nginx in sonarqube, can anyone help me to how to remediate above vulnerability in sonarqube application.