sql_firewall 0.8.1 is out

From: Satoshi Nagayasu <snaga(at)uptime(dot)jp>
To: pgsql-announce <pgsql-announce(at)postgresql(dot)org>
Subject: sql_firewall 0.8.1 is out
Date: 2015-09-23 05:16:56
Message-ID: 560235C8.7060007@uptime.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

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 <snaga(at)uptime(dot)jp>

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2015-09-27 22:29:30 == PostgreSQL Weekly News - September 27 2015 ==
Previous Message Pavel Golub 2015-09-22 08:08:08 PostgresDAC meets RAD Studio 10 Seattle (both Delphi and C++ Builder)