gianm commented on issue #8010: Misuses of cryptographic APIs URL: https://github.com/apache/incubator-druid/issues/8010#issuecomment-507773610 @mhp0rtal do you mean this line? ``` final KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType()) ``` We are only passing one parameter to this method. Am I missing something?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
