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