sql_firewall 0.8.1 is out

Поиск
Список
Период
Сортировка
От Satoshi Nagayasu
Тема sql_firewall 0.8.1 is out
Дата
Msg-id 560235C8.7060007@uptime.jp
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Pavel Golub
Дата:
Сообщение: PostgresDAC meets RAD Studio 10 Seattle (both Delphi and C++ Builder)
Следующее
От: David Fetter
Дата:
Сообщение: == PostgreSQL Weekly News - September 27 2015 ==