[
https://issues.apache.org/jira/browse/FLINK-15864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029157#comment-17029157
]
Chesnay Schepler commented on FLINK-15864:
------------------------------------------
Quick note on dependency management:
It is important to know that downstream users of a module _do not_ see the
dependency management of that module.
As in, assuming flink-kubernetes would not bundle jackson, then another module
depending on flink-kubernetes would still see the original jackson dependency.
Explicit dependencies and exclusions are hence not an inherently bad approach.
> Upgrade jackson-databind dependency to 2.10.1 for security reasons
> ------------------------------------------------------------------
>
> Key: FLINK-15864
> URL: https://issues.apache.org/jira/browse/FLINK-15864
> Project: Flink
> Issue Type: Sub-task
> Components: Deployment / Kubernetes
> Reporter: Till Rohrmann
> Assignee: Till Rohrmann
> Priority: Critical
> Labels: pull-request-available
> Fix For: 1.11.0, 1.10.1
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The module {{flink-kubernetes}} defines an explicit dependency on
> {{jackson-databind:2.9.8}}. This is problematic since this jackson version
> contains security vulnerabilities. See FLINK-14104 for more information.
> If possible, I would suggest to remove the explicit version tag and to rely
> on the parent's dependency management.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)