FrankChen021 commented on PR #19828: URL: https://github.com/apache/druid/pull/19828#issuecomment-5137178187
Addressed the latest low-confidence Copilot feedback in commit da3f536008 by clarifying the constructor comment: the authenticated format parameters are validated eagerly, while the configurable legacy transformation is decrypt-only and is validated lazily when legacy ciphertext is encountered. Keeping that validation at the existing legacy decrypt call also avoids introducing a second weak-cipher CodeQL alert location. CryptoServiceTest passed (9 tests), as did full processing validation with Checkstyle and PMD. -- 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]
