Hi, I'm proud to announce the latest release of sql_firewall.
sql_firewall is a PostgreSQL extension which is intended to protect your database from SQL injections or unexpected queries. The sql_firewall module learns the queries allowed to be executed, and prevents/warns on executing queries which are not found in the firewall rule. In the 0.8.1 release, there are several fixes: * Fix sql_firewall.c to suppress `unused-const-variable' warning on OS X. * Fix sql_firewall_import_rule() to check file status before importing a rule file. * Fix JumbleRangeTable() to jumble query with relation name instead of oid. * Fix JumbleExpr() to use function name on query jumbling instead of the oid. * Fix README to add the Compatibility section. * Add COPYRIGHT and ChangeLog. For more information, please visit the github repo. https://github.com/uptimejp/sql_firewall/releases Regards, -- NAGAYASU Satoshi <sn...@uptime.jp> -- Sent via pgsql-announce mailing list (pgsql-announce@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-announce