diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-01-30 21:32:10 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-01-30 21:32:10 +0000 |
commit | 6508888ded311c4c39b28c49d2d160bafc956877 (patch) | |
tree | 75ddb19ee0da97e7bf394e53528c9502c5f7d09d /doc/src | |
parent | 9c1bb683565820e24fd981506cc7c1dd3cdedbd2 (diff) | |
download | postgresql-6508888ded311c4c39b28c49d2d160bafc956877.tar.gz postgresql-6508888ded311c4c39b28c49d2d160bafc956877.zip |
Recommend security@postgresql.org as the contact point for security-related bugs.REL7_4_7
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/problems.sgml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/src/sgml/problems.sgml b/doc/src/sgml/problems.sgml index ecd7a8740b1..53dd0c673d2 100644 --- a/doc/src/sgml/problems.sgml +++ b/doc/src/sgml/problems.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/problems.sgml,v 2.15 2003/08/10 01:19:18 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/problems.sgml,v 2.15.4.1 2005/01/30 21:32:10 tgl Exp $ --> <sect1 id="bug-reporting"> @@ -301,6 +301,13 @@ $Header: /cvsroot/pgsql/doc/src/sgml/problems.sgml,v 2.15 2003/08/10 01:19:18 tg <email>pgsql-bugs@postgresql.org</email> mailing list. </para> + <para> + If your bug report has security implications and you'd prefer that it + not become immediately visible in public archives, don't send it to + <literal>pgsql-bugs</literal>. Security issues can be + reported privately to <email>security@postgresql.org</email>. + </para> + <para> Do not send bug reports to any of the user mailing lists, such as <email>pgsql-sql@postgresql.org</email> or |