Re: [HACKERS] minor feature request: Secure defaults during

2006-09-18 Thread Pascal Meunier
On 9/18/06 2:00 PM, "Tom Lane" <[EMAIL PROTECTED]> wrote: > Pascal Meunier <[EMAIL PROTECTED]> writes: >> I asked MITRE to provide a CCE number for this issue (the CCE is a new >> effort like the CVE, but for configuration issues instead of >> vulnera

Re: [HACKERS] minor feature request: Secure defaults during

2006-09-18 Thread Pascal Meunier
asked MITRE to provide a CCE number for this issue (the CCE is a new effort like the CVE, but for configuration issues instead of vulnerabilities). I'll let you know if it happens. Regards, Pascal Meunier Purdue University CERIAS On 9/16/06 8:57 PM, "Tom Lane" <[EMAIL PR

[HACKERS] minor feature request: Secure defaults during function creation

2006-09-16 Thread Pascal Meunier
ssible to wrap the create function statement with the necessary grants/revokes inside a transaction, as a work-around, but it is not obvious and makes things unnecessarily inconvenient. This increases the chances of beginner and even medium-skill admins to get their security wrong. Than