Thread: sql_firewall 0.8 released

sql_firewall 0.8 released

From
Satoshi Nagayasu
Date:
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@uptime.jp>