- Changed return type for
wasm_detect_sql_injection
to integer:
Return Code | Description |
---|---|
0 |
Successful, no injection detected |
1 |
Successful, injection detected |
2 |
Error occurred |
3 |
Failed to tokenize SQL |
wasm_detect_sql_injection
to integer:Return Code | Description |
---|---|
0 |
Successful, no injection detected |
1 |
Successful, injection detected |
2 |
Error occurred |
3 |
Failed to tokenize SQL |