diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 75e1d3054..d0a0e9c2e 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -219,7 +219,7 @@ def checkSqlInjection(place, parameter, value): Backend.forceDbms(dbms[0] if isinstance(dbms, list) else dbms) # Parse test's - comment = agent.getComment(test.request) + comment = agent.getComment(test.request) if len(conf.boundaries) > 1 else None fstPayload = agent.cleanupPayload(test.request.payload, origValue=value) for boundary in conf.boundaries: