Open
Description
When downloading resources (JRE, scanner engine, …), special care should be taken not to leak the token to a third-party endpoint. If the downloadUrl starts with the same path as sonar.host.url or sonar.scanner.apiBaseUrl, then the token should be passed. Otherwise, we assume there is no authentication required.
We do not pass the token if the download URL starts with either sonar.scanner.sonarcloudUrl
or sonar.scanner.apiBaseUrl
See #2024 (comment)
Activity