Cosmetics

This commit is contained in:
Bernardo Damele 2011-01-13 11:23:07 +00:00
parent ece2eb31ca
commit af4ee81e62

View File

@ -1974,13 +1974,16 @@ def getInjectionTests():
def priorityFunction(test):
retVal = 0
if test.stype == PAYLOAD.TECHNIQUE.UNION:
retVal = 3
elif 'details' in test and 'dbms' in test.details:
if test.details.dbms in getErrorParsedDBMSes():
retVal = 1
else:
retVal = 2
return retVal
if getErrorParsedDBMSes():