eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is snakeyaml used for?

keilw opened this issue · comments

There's just been a security warning about the snakeyaml dependency: https://github.com/eclipse/jnosql/security/dependabot/1
@otaviojava Where is it used?

Hey @keilw, there is no "artemis-configuration" anymore.

https://github.com/eclipse/jnosql/tree/main/jnosql-mapping

It was before we decided to go to Eclipse MicroProfile Configuration.

Then we can simply remove the dependency to remove the threat.
Of course MP-Config was also a temporary solution ;-)