github-code-scanning[bot] commented on code in PR #13964: URL: https://github.com/apache/druid/pull/13964#discussion_r1145347162
########## processing/src/main/java/org/apache/druid/guice/ExtensionsLoader.java: ########## @@ -109,7 +118,7 @@ } @VisibleForTesting - public Map<Pair<File, Boolean>, URLClassLoader> getLoadersMap() + public Map<File, URLClassLoader> getLoadersMap() Review Comment: ## Exposing internal representation getLoadersMap exposes the internal representation stored in field loaders. The value may be modified [after this call to getLoadersMap](1). [Show more details](https://github.com/apache/druid/security/code-scanning/4474) -- 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]
