app-autoscaler-release icon indicating copy to clipboard operation
app-autoscaler-release copied to clipboard

fix(chore) Disable redirects in wget and curl commands

Open asalan316 opened this issue 1 year ago • 1 comments

When using wget and curl in Dockerfile, the usage of HTTPS is not enforced. This might lead to redirect to vulnerable/insecure websites via HTTP traffic

Fix

Enforce HTTPs and disabling redirects.

Reported by SonarQube

asalan316 avatar Jun 07 '24 14:06 asalan316