You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @melowe , @namtruong , I'd like to report a vulnerability issue in com.jpmorgan.quorum:data-migration:0.11.
Issue Description
com.jpmorgan.quorum:data-migration:0.11 directly or transitively depends on 30 C libraries (.so) cross many platforms(such as x86-64, x86, arm64, armhf). However, I noticed that one C library is vulnerable, containing the following CVEs:
sqlite has fixed the vulnerabilities in versions >=3.37.0
Java build tools cannot report vulnerable C libraries, which may induce potential security issues to many downstream Java projects.
Could you please upgrade the above shared libraries to their patch versions?
Thanks for your help~
Best regards,
Helen Parr
The text was updated successfully, but these errors were encountered:
Hi, @melowe , @namtruong , I'd like to report a vulnerability issue in com.jpmorgan.quorum:data-migration:0.11.
Issue Description
com.jpmorgan.quorum:data-migration:0.11 directly or transitively depends on 30 C libraries (.so) cross many platforms(such as x86-64, x86, arm64, armhf). However, I noticed that one C library is vulnerable, containing the following CVEs:
libsqlitejdbc.so
from C project sqlite(version:3.23.1) exposed 3 vulnerabilities:CVE-2019-19646, CVE-2019-19645, CVE-2019-8457
Suggested Vulnerability Patch Versions
sqlite has fixed the vulnerabilities in versions >=3.37.0
Java build tools cannot report vulnerable C libraries, which may induce potential security issues to many downstream Java projects.
Could you please upgrade the above shared libraries to their patch versions?
Thanks for your help~
Best regards,
Helen Parr
The text was updated successfully, but these errors were encountered: