Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 24, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.hsqldb:hsqldb (source) 2.5.0 -> 2.7.1 age adoption passing 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/maven-org.hsqldb-hsqldb-vulnerability branch from 2ba3f4c to 7667326 Compare March 16, 2023 17:48
@renovate renovate bot force-pushed the renovate/maven-org.hsqldb-hsqldb-vulnerability branch from 7667326 to 2ddd25f Compare November 6, 2023 19:18
@renovate renovate bot force-pushed the renovate/maven-org.hsqldb-hsqldb-vulnerability branch 2 times, most recently from 2f41067 to 89f36a7 Compare September 26, 2024 20:28
@renovate renovate bot force-pushed the renovate/maven-org.hsqldb-hsqldb-vulnerability branch from 89f36a7 to 523459f Compare September 26, 2024 21:30
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.

0 participants