GreenSQL-FW: 0.9.2 released

GreenSQL is a database firewall used to protect database from SQL injection attacks. New release fixes a number of critical bugs. We recommend all users to update.

This release includes a number of pre-build packages of popular operating systems.
We supply packages for: CentOS, openSUSE, Fedora, Ubuntu, Debian.

List of changes:
1. GreenSQL can automatically build whitelist if the system is in the learning mode.
2. After learning period is over, GreenSQL automatically blocks all new queries.
3. Added simulation mode to test risk matrix calculation.
4. A number of risk matrix calculation bugs were fixed.
5. Code optimization patches.
6. Log timestamps patch applied (thanks to jgarcia).
7. Fixed Fedora 9 compilation errors.
8. Risk matrix enhancement - added detection of db content bruteforce attacks.

We have updated GreenSQL configuration database. You will have to drop old database and create it using the following commands (run the second command after installing greensql-fw package):

shell> mysqladmin -u root drop greendb
shell> /usr/sbin/greensql-create-db.sh

Together with greensq-fw application you need to reinstall greensql-console management tool. New release includes support for updated configuration database structure.

You can get the latest application version here:
http://www.greensql.net/download

Application installation howto:
http://www.greensql.net/howto

For any questions, please join our support forum:
http://www.greensql.net/forum/1

Thanks,

Yuli Stremovsy
GreenSQL project admin

Back to top