LeoWSY-hashblue opened a new issue, #64570: URL: https://github.com/apache/doris/issues/64570
### Summary The Apache Doris Go SDK HTTP client hardcodes `InsecureSkipVerify: true` in its default transport. All SDK API calls — including those with authentication — transmit credentials over unverified TLS. ### Impact Doris database credentials exposed to MITM on any Go SDK client connection. ### Remediation Enable TLS verification by default. Full report available. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
