Re: [HACKERS] Regarding GSoc Application

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [HACKERS] Regarding GSoc Application
Date: 2012-04-11 05:35:59
Message-ID: 4F85183F.6070806@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

On 04/10/12 9:36 PM, Atri Sharma wrote:
> Hi John,
>
> Yes,I agree,that can be done,but we had an extensive discussion on it
> yesterday and Andrew and Tom believe that would pose serious security issues
> as any malicious user can change the arguments sent to the SQL and cause
> problems.
>

I'm not sure what "change the arguments sent to SQL" means. A
malicious user with sufficient privileges can do all sorts of damage,
and there's not much much you can do about it short of not letting
malicious users have privileges.

your foreign data wrapper code should probably require that the user who
creates a FDW connection to an external database have adequate
permissions. the foreign database servr already has its own
authentication hoops tha this FDW user will have to provide.

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Atri Sharma 2012-04-11 05:44:13 Re: [HACKERS] Regarding GSoc Application
Previous Message Fujii Masao 2012-04-11 05:07:59 Re: 9.1.3 Standby catchup mode

Browse pgsql-jdbc by date

  From Date Subject
Next Message Atri Sharma 2012-04-11 05:44:13 Re: [HACKERS] Regarding GSoc Application
Previous Message Atri Sharma 2012-04-11 04:36:40 Re: [HACKERS] Regarding GSoc Application