diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 16573aa38..7d55b85f3 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -634,7 +634,7 @@ def checkSuhoshinPatch(injection): kb.injection = injection randInt = randomInt() - _ = " " * SUHOSHIN_MAX_VALUE_LENGTH + _ = " " * SUHOSHIN_MAX_VALUE_LENGTH / 2 if not checkBooleanExpression("%d%s=%s%d" % (randInt, _, _, randInt)): warnMsg = "parameter length constraint " warnMsg += "mechanism detected (e.g. Suhoshin patch). "