Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qrhDy-005UXc-Ke for pgsql-jdbc@arkaria.postgresql.org; Sat, 14 Oct 2023 16:10:46 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qrhDw-007hv9-Dr for pgsql-jdbc@arkaria.postgresql.org; Sat, 14 Oct 2023 16:10:45 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qrfz3-007PS6-3E for pgsql-jdbc@lists.postgresql.org; Sat, 14 Oct 2023 14:51:17 +0000 Received: from mail-il1-x12d.google.com ([2607:f8b0:4864:20::12d]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1qrfz1-000STM-0z for pgsql-jdbc@postgresql.org; Sat, 14 Oct 2023 14:51:16 +0000 Received: by mail-il1-x12d.google.com with SMTP id e9e14a558f8ab-35135f69de2so11132615ab.2 for ; Sat, 14 Oct 2023 07:51:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jackdb.com; s=google; t=1697295074; x=1697899874; darn=postgresql.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=p2pEmc48t3NaHlLYf/oa68fQkWdcAPVTqeYanTzW6Xg=; b=XgGLI7OzIJBBh4dEc0RUJ+eDKI6ojDJlIVyvZ0oZh2ZQ6jJGiPYQTtb+Vl+wqmXabH ent6JiVo+LW7esOwtSgA4+jGqbwrTMNZEWvZp6v4yDs6P7z3nbLlgMxtaW6OUMko4sqk XlALh0yIM4vZcCvQRd61+mie6oReHR1g1tZT8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697295074; x=1697899874; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=p2pEmc48t3NaHlLYf/oa68fQkWdcAPVTqeYanTzW6Xg=; b=h2OSl8FU0ljZS2eW1kt/Bo0tTqup7wu0Ikhw+hNoc8bC85Ljm4LVHCYOJaERtmfTz0 mQLnLtUXqQLz5frMtu0b3aU4xG7OPizBkBI1I08E1fELvEx0ox9c3yVNj6SMsg1su8Cr 8BwsuxKkqb7jFtHvrmKxw8Lme7dwpZziIPeiNuqfIznun21NwCPck4cX0twgf5G5YK2p 4miehuVd9rvLpddx7FL1Xvd36Q+VvQg35+nhJoNTiA/kccUhbVJeugcAQ7ShZyD/N1Zw kbeLN2kMjwSTCQ8/x0oP9S/GMXi6pFq7SgqgYyPGtzqW1mv0gOq22Pl5IXeTXAVLnNOd /KGw== X-Gm-Message-State: AOJu0YwT98716ONOKotXxaDurxRIjGXp/SNY1oMFSA12fv+lkYRZTWk9 cZifuTWR1OzyQJFXCu3IQH+82qSpSgiT6nJsMeM6/A== X-Google-Smtp-Source: AGHT+IFghrTv9fOnjZjAB0h6plJozkcjqc1BpvyBeU4oEGyKO5RDVYYHq7Ra8RlfhtGv5mKRSbiGrURlV0AK8CsOxFU= X-Received: by 2002:a05:6e02:12ea:b0:351:1647:5f7e with SMTP id l10-20020a056e0212ea00b0035116475f7emr38393287iln.15.1697295073987; Sat, 14 Oct 2023 07:51:13 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Sehrope Sarkuni Date: Sat, 14 Oct 2023 10:51:02 -0400 Message-ID: Subject: Re: JDBC driver has EOL'd component To: Suren Sethumadhavan Cc: "pgsql-jdbc-security@lists.postgresql.org" , List Content-Type: multipart/alternative; boundary="000000000000f6e74a0607ae4d78" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000f6e74a0607ae4d78 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, Oct 13, 2023 at 6:48=E2=80=AFPM Suren Sethumadhavan < Suren.Sethumadhavan@veritas.com> wrote: > Looks like JDBC drivers are shipping with an EOL=E2=80=99s version of Che= cker Qual > (v 3.5.0). > > > 1. Can you please confirm this? > 2. If confirmed, when can we expect a version with newer versions of > this component? > > This is not a security issue and should be directed to the general pgjdbc mailing list (cc'ed). The pgjdbc driver does not ship with any embedded dependencies. The driver dependencies are part of the the Maven pom and the latest version of the driver has a checker-qual dependency of 3.31.0: https://repo1.maven.org/maven2/org/postgresql/postgresql/42.6.0/postgresql-= 42.6.0.pom While we periodically update the minimum dependency versions for the driver's internal dependencies as we leverage new features, there is no specific schedule for it. In the interim, if you want to use a newer version of that dependency, you'll need to update your local pom.xml or gradle config to override the checker-qual dependency. Regards, -- Sehrope Sarkuni Founder & CEO | JackDB, Inc. | https://www.jackdb.com/ --000000000000f6e74a0607ae4d78 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Fri, Oct 13, 2023 a= t 6:48=E2=80=AFPM Suren Sethumadhavan <Suren.Sethumadhavan@veritas.com> wrote:
=
Looks like JDBC drivers are shipping wi= th an EOL=E2=80=99s version of Checker Qual (v 3.5.0).
=C2=A0
  1. Can you please confirm this?
  2. If confirmed, when can we expect a= version with newer versions of this component?

This is not a security issue and s= hould be directed to the general pgjdbc mailing list (cc'ed).

Th= e pgjdbc driver does not ship with any embedded dependencies. The driver de= pendencies are part of the the Maven pom and the latest version of the driv= er has a checker-qual dependency of 3.31.0: https://= repo1.maven.org/maven2/org/postgresql/postgresql/42.6.0/postgresql-42.6.0.p= om

While we periodically update the minimum dependency versions = for the driver's internal dependencies as we leverage new features, the= re is no specific schedule for it. In the interim, if you want to use a new= er version of that dependency, you'll need to update your local pom.xml= or gradle config to override the checker-qual dependency.
Regards,
-- Sehrope Sarkuni
= Founder & CEO | JackDB, Inc. |=C2=A0https://www.jackdb.com/

--000000000000f6e74a0607ae4d78--