[
https://issues.apache.org/jira/browse/DRILL-8405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17693700#comment-17693700
]
ASF GitHub Bot commented on DRILL-8405:
---------------------------------------
pjfanning commented on PR #2767:
URL: https://github.com/apache/drill/pull/2767#issuecomment-1445455789
It looks like Liquibase uses a snakeyaml 1.0 API call that is not supported
in snaleyaml 2.0.
```
2023-02-26T15:12:21.4680779Z Caused by: java.lang.NoSuchMethodError:
org.yaml.snakeyaml.constructor.SafeConstructor: method <init>()V not found
2023-02-26T15:12:21.4681347Z at
liquibase.parser.core.yaml.YamlChangeLogParser.parse(YamlChangeLogParser.java:23)
2023-02-26T15:12:21.4681830Z at
liquibase.Liquibase.getDatabaseChangeLog(Liquibase.java:369)
```
> upgrade to snakeyaml 2.0 due to cve
> -----------------------------------
>
> Key: DRILL-8405
> URL: https://issues.apache.org/jira/browse/DRILL-8405
> Project: Apache Drill
> Issue Type: Task
> Reporter: PJ Fanning
> Priority: Major
>
> https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in
--
This message was sent by Atlassian Jira
(v8.20.10#820010)