pgsql: doc: Add note to prevent server spoofing with SCRAM

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add note to prevent server spoofing with SCRAM
Date: 2023-06-03 21:49:56
Message-ID: E1q5Z8F-0002QJ-Sm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Add note to prevent server spoofing with SCRAM

The set of recommendations added in the documentation with this commit
helps in avoiding SCRAM exchanges with untrusted servers.

Author: Jacob Champion, Jonathan Katz
Reviewed-by: Stephen Frost, Daniel Gustafsson, Michael Paquier
Discussion: https://postgr.es/m/CAAWbhmg5Gh0JetNbQi7z0yOsdsN9YECv8GoY-QBGBBiip9+JOw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d0f4824a54104bb831ebcd46982e6e3b337ef5fa

Modified Files
--------------
doc/src/sgml/runtime.sgml | 13 +++++++++++++
1 file changed, 13 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-06-04 17:06:04 pgsql: Fix pg_dump's failure to honor dependencies of SQL functions.
Previous Message Bruce Momjian 2023-06-02 00:00:10 pgsql: doc: PG 16 relnotes, add psql \df+ source code change