You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Martijn Visser (Jira)" <ji...@apache.org> on 2022/11/11 10:07:00 UTC

[jira] [Commented] (FLINK-29235) Update SnakeYAML to 1.31

    [ https://issues.apache.org/jira/browse/FLINK-29235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17632228#comment-17632228 ] 

Martijn Visser commented on FLINK-29235:
----------------------------------------

[~sergiosp] I've changed the description of the ticket to better match the current situation:

1. Flink used snakeyaml v1.27 and has been updated to snakeyaml v1.31. That is planned to be released for Flink 1.17.0
2. There is already flink-shaded release 1.16.0, which uses Jackson 2.13.4 and snakeyaml v1.31. 

Given that Flink only uses snakeyaml to parse the config, the impact for Flink is that low that I don't see an immediate need to backport this to Flink 1.16.0. 

> Update SnakeYAML to 1.31
> ------------------------
>
>                 Key: FLINK-29235
>                 URL: https://issues.apache.org/jira/browse/FLINK-29235
>             Project: Flink
>          Issue Type: Bug
>          Components: Build System, BuildSystem / Shaded
>    Affects Versions: 1.15.3
>            Reporter: Sergio Sainz
>            Assignee: Chesnay Schepler
>            Priority: Major
>             Fix For: 1.17.0
>
>
> Flink uses snakeyaml v1.27. 
> flink-shaded uses Jackson 2.12.4, which used snakeyaml v1.29
> Those version are vulnerable to CVE-2022-25857. Flink itself is not directly impacted by this CVE, but we should bump this to avoid false flags. 
> Ref:
> https://nvd.nist.gov/vuln/detail/CVE-2022-25857
> https://repo1.maven.org/maven2/org/apache/flink/flink-shaded-jackson/2.12.4-15.0/flink-shaded-jackson-2.12.4-15.0.pom
> https://github.com/apache/flink-shaded/blob/master/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml#L73



--
This message was sent by Atlassian Jira
(v8.20.10#820010)