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

SQLite JDBC vulnerability #59

Closed
willtemperley opened this issue Sep 13, 2023 · 2 comments
Closed

SQLite JDBC vulnerability #59

willtemperley opened this issue Sep 13, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@willtemperley
Copy link

The dependency https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc/3.40.0.0 has a vulnerability:

https://nvd.nist.gov/vuln/detail/CVE-2023-32697

a bump to 3.43.0 should fix it.

@willtemperley willtemperley added the bug Something isn't working label Sep 13, 2023
@bosborn
Copy link
Contributor

bosborn commented Sep 13, 2023

Might have to stick with version 3.42.0.1 for now as xerial has removed Statement#getGeneratedKeys support in 3.43.0.0.

In this library, I modified the getGeneratedKeys usage here: f1579b94f9.

ORMLite (a dependency) uses getGeneratedKeys and does not work with 3.43.0.0.
j256/ormlite-jdbc#82

@bosborn
Copy link
Contributor

bosborn commented Sep 18, 2023

Fixed in release 6.6.2 with SQLite JDBC 3.42.0.1

@bosborn bosborn closed this as completed Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants