generator-jhipster
generator-jhipster copied to clipboard
Upgrade H2 database to 2.0.206+
Overview of the issue
A RCE has been reported on H2 database (see https://github.com/h2database/h2database/security/advisories/GHSA-h376-j262-vhq6), so an upgrade is needed
Motivation for or Use Case
RCE
Reproduce the error
see https://github.com/h2database/h2database/security/advisories/GHSA-h376-j262-vhq6
Related issues
Suggest a Fix
Upgrade the H2 database
JHipster Version(s)
7.5.0
- [X] Checking this box is mandatory (this is just to show you read everything)
@sbouchex Not sure we can do the upgrade to 2.0.206 since it includes some breaking changes. See spring-projects/spring-boot#29200
This is partially done. Refer to https://github.com/jhipster/generator-jhipster/pull/18939#issuecomment-1167262967.
Blocked on https://github.com/liquibase/liquibase/issues/2306.