I am working on a fix to the postgres module for the recent postgresql security issue. Its a pretty significant problem, allowing SQL injections whenever people are using multi-byte character encodings. Is there a formal security announcement process or anything I should be aware of?
And while talking about postgres, has Postgres.postgres been deprecated long enough that it can be removed in 7.7 and merged with Sql.postgres into a single module?
Adam