sql_firewall 0.8 released

From: Satoshi Nagayasu <snaga(at)uptime(dot)jp>
To: pgsql-announce <pgsql-announce(at)postgresql(dot)org>
Subject: sql_firewall 0.8 released
Date: 2015-08-25 02:08:48
Message-ID: 55DBCE30.8040403@uptime.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Hi,

I'm proud to announce the first release of sql_firewall.

sql_firewall is a PostgreSQL extension which is intended to
protect database from SQL injections or unexpected queries.

sql_firewall module learns queries allowed to be executed,
and prevents/warns on executing queries which are not found
in the learned firewall rule.

For more information, please visit the github repo.

https://github.com/uptimejp/sql_firewall

Regards,
--
NAGAYASU Satoshi <snaga(at)uptime(dot)jp>

Browse pgsql-announce by date

  From Date Subject
Next Message Marko Kreen 2015-08-26 20:36:29 PL/Proxy 2.6
Previous Message Terry Erisman 2015-08-24 15:25:56 pg_shard 1.2 for Scalable PostgreSQL and cstore_fdw 1.3 for Columnar PostgreSQL Released