Sync to 1.2.0, fix regression in small sqli detection

This commit is contained in:
Nick Galbreath
2013-05-06 22:29:23 +09:00
parent ebcfe2c187
commit 4bc068e58d
3 changed files with 259 additions and 137 deletions

View File

@@ -34,7 +34,7 @@ extern "C" {
* See python's normalized version
* http://www.python.org/dev/peps/pep-0386/#normalizedversion
*/
#define LIBINJECTION_VERSION "1.1.0"
#define LIBINJECTION_VERSION "1.2.0"
#define ST_MAX_SIZE 32
#define MAX_TOKENS 5