From 8159ad6b130170f80b7b11bc0656d5b985f49d4e Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Thu, 2 Apr 2015 16:49:27 +0300 Subject: [PATCH] Added a note to the dbfwfilter about multi-statements not being supported. --- filters/Database-Firewall-Filter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filters/Database-Firewall-Filter.md b/filters/Database-Firewall-Filter.md index 504009030..98c01b67f 100644 --- a/filters/Database-Firewall-Filter.md +++ b/filters/Database-Firewall-Filter.md @@ -1,7 +1,7 @@ #Database Firewall filter ## Overview -The database firewall filter is used to block queries that match a set of rules. It can be used to prevent harmful queries from reaching the backend database instances or to limit access to the database based on a more flexible set of rules compared to the traditional GRANT-based privilege system. +The database firewall filter is used to block queries that match a set of rules. It can be used to prevent harmful queries from reaching the backend database instances or to limit access to the database based on a more flexible set of rules compared to the traditional GRANT-based privilege system. Currently the filter does not support multi-statements. ## Configuration