Skip to content

Vulnerability - CVE-2023-6378 #744

Answered by wangxiaoying
shetty13 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @shetty13 ,

Have you tried the latest release? Currently we should depend on j4rs 0.17 instead of 0.15 as you shown above. This jar file comes with the j4rs crate, and we can only update it through upgrading version for j4rs in the cargo.toml file.

Why We Have This JAR File

This jar file is for query federation (e.g., issue a query that joins tables from multiple databases). Like this following example:

import connectorx as cx
db1 = "postgresql://username1:password1@server1:port1/database1"
db2 = "postgresql://username2:password2@server2:port2/database2"
cx.read_sql({"db1": db1, "db2": db2}, "SELECT * FROM db1.nation n, db2.region r where n.n_regionkey = r.r_regionkey")

This feature re…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@shetty13
Comment options

Answer selected by wangxiaoying
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants