sql_firewall 0.8.1 is out - Mailing list pgsql-announce

From Satoshi Nagayasu
Subject sql_firewall 0.8.1 is out
Date
Msg-id 560235C8.7060007@uptime.jp
Whole thread Raw
List 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@uptime.jp>


pgsql-announce by date:

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