Skip to content

fix(deps): update dependency org.hsqldb:hsqldb to v2.7.1 [security]#267

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/hsqldb.version
Open

fix(deps): update dependency org.hsqldb:hsqldb to v2.7.1 [security]#267
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/hsqldb.version

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2025

This PR contains the following updates:

Package Change Age Confidence
org.hsqldb:hsqldb (source) 2.6.12.7.1 age confidence

GitHub Vulnerability Alerts

CVE-2022-41853

Those using java.sql.Statement or java.sql.PreparedStatement in hsqldb (HyperSQL DataBase) to process untrusted input may be vulnerable to a remote code execution attack. By default it is allowed to call any static method of any Java class in the classpath resulting in code execution. The issue can be prevented by updating to 2.7.1 or by setting the system property "hsqldb.method_class_names" to classes which are allowed to be called. For example, System.setProperty("hsqldb.method_class_names", "abc") or Java argument -Dhsqldb.method_class_names="abc" can be used. From version 2.7.1 all classes by default are not accessible except those in java.lang.Math and need to be manually enabled.


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/hsqldb.version branch 2 times, most recently from 10aab1f to 40f2003 Compare January 30, 2025 22:31
@Naenyn
Copy link
Contributor

Naenyn commented Jan 30, 2025

HSQL 2.6.0+ requires Java 11. The current build succeeds with Java 8, but any subsequent use of HSQL by the portlets in this project should, in theory, crash due to HSQL requiring Java 11+.

@renovate renovate bot force-pushed the renovate/hsqldb.version branch from 40f2003 to 19a0367 Compare January 31, 2025 23:04
@renovate renovate bot force-pushed the renovate/hsqldb.version branch 2 times, most recently from d0067cc to 8347fba Compare June 6, 2025 23:00
@renovate renovate bot changed the title fix(deps): update dependency org.hsqldb:hsqldb to v2.7.1 [security] fix(deps): update dependency org.hsqldb:hsqldb to v2.7.4 Feb 23, 2026
@renovate renovate bot force-pushed the renovate/hsqldb.version branch from 8347fba to 8f9924b Compare February 23, 2026 09:59
@renovate renovate bot changed the title fix(deps): update dependency org.hsqldb:hsqldb to v2.7.4 fix(deps): update dependency org.hsqldb:hsqldb to v2.7.1 [security] Feb 23, 2026
@renovate renovate bot force-pushed the renovate/hsqldb.version branch from 8f9924b to d4d1830 Compare February 23, 2026 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant