[che-server] Get rid of the jackson-dataformat-yaml dependency #22106
Labels
area/che-server
kind/task
Internal things, technical debt, and to-do tasks to be performed.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
severity/P1
Has a major impact to usage or development of the system.
team/A
This team is responsible for the Che Operator and all its operands as well as chectl and Hosted Che
Is your task related to a problem? Please describe
The
jackson-dataformat-yaml
dependency containsorg.yaml:snakeyaml
dependency:According to the trivy report, It brings a CRITICAL vulnerability. Updating the
snakeyaml
dependency to 2.0, as proposed in the report, is not a solution, because thedataformat-yaml
dependency is not compatible with thesnakeyaml
2.0.Describe the solution you'd like
Rework the che codebase to avoid using the
jackson-dataformat-yaml
dependency.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: