FrankChen021 commented on PR #19828: URL: https://github.com/apache/druid/pull/19828#issuecomment-5137656636
The latest CodeQL run confirmed that the remaining alert is confined to the intentional legacy-decryption compatibility path. New ciphertext is always written with AES-GCM, but existing CBC/PKCS5 ciphertext must remain decryptable. I added a rule-specific java/potentially-weak-cryptographic-algorithm suppression at that legacy-only site in 8d5505714f. CryptoServiceTest passes 9/9, Maven validation completed successfully, and git diff --check passes. -- 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]
