mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Updates libinjection.
This is not yet their v3.10.0. But I belive it is close to be. See #124 at client9/libinjection for further information.
This commit is contained in:
@@ -40,10 +40,6 @@ struct libinjection_sqli_token {
|
||||
#ifdef SWIG
|
||||
%immutable;
|
||||
#endif
|
||||
char type;
|
||||
char str_open;
|
||||
char str_close;
|
||||
|
||||
/*
|
||||
* position and length of token
|
||||
* in original string
|
||||
@@ -57,6 +53,9 @@ struct libinjection_sqli_token {
|
||||
*/
|
||||
int count;
|
||||
|
||||
char type;
|
||||
char str_open;
|
||||
char str_close;
|
||||
char val[32];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user