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.96) (envelope-from ) id 1vwhiM-007ai4-12 for pgsql-announce@arkaria.postgresql.org; Sun, 01 Mar 2026 14:24:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vwhiL-00DIPe-0u for pgsql-announce@arkaria.postgresql.org; Sun, 01 Mar 2026 14:24:09 +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.96) (envelope-from ) id 1vwhiK-00DINr-0i for pgsql-announce@lists.postgresql.org; Sun, 01 Mar 2026 14:24:08 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1vwhiF-00000001wby-3zu2 for pgsql-announce@lists.postgresql.org; Sun, 01 Mar 2026 14:24:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:From:To:Subject: MIME-Version:Content-Type:Sender:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=Vdcq6xnUS7C1Bxn1ORVpUD89l/Eo7m8DSlQFEACAPKk=; b=NUOGpMdDcMNXrbYudjKxFmCtZK ewBtvJo0PiIPsyxPJiG7RV8gDBwP59KFR57mrD/m0DsbqClLOH8OiqpqqA2qWgzb0sltdJhXZEjbK b4OxOQ75OXGZjw30B2MWvL8hy4ovxRbhFSX3PCaocAKXSH2Ma2MANnGFeRX6fXZ/WSEUZxdTaydRw w6GDCzTeqolRpXRNQ6axsv0kjwVNGu9oporRTa7YUUB8ba8HBG7uI5ECxn6Ug1oz4uZ5bojHvHTZM bgLT1dvx4x+YVYh5hpE0uDiFDYiVj7Rf9VIIQLCAf9KaOfE29O9e6BAJ/abyVKQRMzyNEMKQyLkly CjrtXbDg==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vwhiG-005MKp-19 for pgsql-announce@lists.postgresql.org; Sun, 01 Mar 2026 14:24:04 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vwhiF-00FBJX-06 for pgsql-announce@lists.postgresql.org; Sun, 01 Mar 2026 14:24:03 +0000 Content-Type: multipart/alternative; boundary="===============5634347554146840947==" MIME-Version: 1.0 Subject: pgdsat version 2.0 has been released To: PostgreSQL Announce From: HexaCluster via PostgreSQL Announce Reply-To: gilles@hexacluster.ai Date: Sun, 01 Mar 2026 14:23:21 +0000 Message-ID: <177237500112.3161262.15334098719368163193@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 8fc67e2951f30046131b0be2a00512f4bc63cd5bf4b8b252c0d5c396d8abd4fc List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============5634347554146840947== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Bangkok, Thailand - March 1st, 2026 ## pgdsat - PostgreSQL Database Security Assessment Tool pgdsat is a security assessment tool that checks around 90 PostgreSQL secur= ity controls of your PostgreSQL clusters including all recommendations from the CIS compliance benchmark but not only. This PostgreSQL Security Assessment Tool allow assessments to be carried out in an automated manner to verify the security policies established inside t= he company. It also gives understanding of the security issued that your clust= er can be faced. Release 2.0 adds last changes from CIS Benchmark for PostgreSQL 17 with 13 = more security checks and fixes some issues. For the complete list of changes, please checkout the release note on [https://github.com/hexacluster/pgdsat/blob/master/ChangeLog](https://gi= thub.com/hexacluster/pgdsat/blob/master/ChangeLog) ## Links & Credits pgdsat is an open project. Any contribution to build a better tool is welcome. You just have to send your ideas, features requests or patches using the GitHub tools. Thank to the developers who submitted patches and users who reported bugs and feature requests, they are all cited in the ChangeLog file. Links: * Sample report: [http://www.darold.net/sample_pgdsat/report.html](http://w= ww.darold.net/sample_pgdsat/report.html) * Download: [https://github.com/hexacluster/pgdsat/releases](https://github= .com/hexacluster/pgdsat/releases) * Development: [https://github.com/hexacluster/pgdsat](https://github.com/h= exacluster/pgdsat) * Changelog: [https://github.com/hexacluster/pgdsat/blob/master/ChangeLog](= [https://github.com/hexacluster/pgdsat/blob/master/ChangeLog) ----------------- **About pgdsat** The objective of pgdsat is to have an Open Source and free tool to help Pos= tgreSQL users to enforce the security of their PostgreSQL clusters. Not all checks = might correspond to your security policies but pgdsat aims to be a reference on w= hich you can rely to check the compliance of security points with your policy. Tool created at HexaCluster Corp and maintained by Gilles Darold. pgdsat works on Linux platform and is available under the GPLv3 license. --===============5634347554146840947== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pgdsat version 2.0 has been released
 

pgdsat version 2.0 has been released

Bangkok, Thailand - March 1st, 2026

pgdsat - PostgreSQL Database Se= curity Assessment Tool

pgdsat is a security assessment tool that c= hecks around 90 PostgreSQL security controls of your PostgreSQL clusters including all recommendations from the CIS compliance benchmark but not only.

This PostgreSQL Security Assessment Tool al= low assessments to be carried out in an automated manner to verify the security policies established inside t= he company. It also gives understanding of the security issued that your clust= er can be faced.

Release 2.0 adds last changes from CIS Benc= hmark for PostgreSQL 17 with 13 more security checks and fixes some issues.=

For the complete list of changes, please ch= eckout the release note on https://github.com/hex= acluster/pgdsat/blob/master/ChangeLog

Links & Credits

pgdsat is an open project. Any contribution= to build a better tool is welcome. You just have to send your ideas, features requests or patches using the GitHub tools.

Thank to the developers who submitted patch= es and users who reported bugs and feature requests, they are all cited in the ChangeLog file.

Links:


About pgdsat

The objective of pgdsat is to have an Open = Source and free tool to help PostgreSQL users to enforce the security of their PostgreSQL clusters. Not all checks = might correspond to your security policies but pgdsat aims to be a reference on w= hich you can rely to check the compliance of security points with your policy.

Tool created at HexaCluster Corp and mainta= ined by Gilles Darold.

pgdsat works on Linux platform and is avail= able under the GPLv3 license.

This email was sent to you from HexaCluster. It was delivered on their beha= lf by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to HexaCluster.

You were sent this email as a subscriber of the pgsql-announce mai= linglist, for the content tag Related Open Source. To unsubscribe from further emails, or change which emails you want to receive, please click th= e personal unsubscribe link that you can find in the headers of this email, or visit https://lists.postgresql.org/unsubscribe/.
 
--===============5634347554146840947==--