xvrl commented on code in PR #15549: URL: https://github.com/apache/druid/pull/15549#discussion_r1428301653
########## owasp-dependency-check-suppressions.xml: ########## @@ -275,18 +275,44 @@ </suppress> <suppress> - <!-- We need to wait for 17.0.0 of https://github.com/kubernetes-client/java/releases --> - <!-- We need to update several other components to move to Snakeyaml 2.0 to address CVE-2022-1471 --> - <!-- Snakeyaml 1.33 added to dependencyManagement in main pom file --> + <!-- The main use of snakeyaml in Druid is coming in test scope from: + com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.12.7 + (version 1.27) + The contrib extension: druid-cassandra-storage uses version 1.6 in compile + scope + The integration tests use version 1.27 in compile scope. Review Comment: if this is more hairy, we can do the jackson upgrade as a follow-up -- 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]
