Added UNSTRIP_KEYWORDS option explanation

This commit is contained in:
Lucien A 2020-01-02 18:39:33 +01:00
parent d6f4e2adbe
commit 91b685ae4c

View File

@ -21,6 +21,9 @@ def tamper(payload, **kwargs):
"""
Transforms keywords ('SELECT') so they are valid when stripped once ('SELSELECTECT')
Keywords can be set with 'UNSTRIP_KEYWORDS' environment variable:
$ export UNSTRIP_KEYWORDS=select,union
Tested against:
* MySQL 5.7