Minor update related to the #1740

This commit is contained in:
Miroslav Stampar 2016-03-01 15:40:34 +01:00
parent da5fff7775
commit 242800c085
2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@ from lib.core.enums import OS
from lib.core.revision import getRevisionNumber from lib.core.revision import getRevisionNumber
# sqlmap version and site # sqlmap version and site
VERSION = "1.0.0.11" VERSION = "1.0.0.12"
REVISION = getRevisionNumber() REVISION = getRevisionNumber()
STABLE = VERSION.count('.') <= 2 STABLE = VERSION.count('.') <= 2
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev") VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

View File

@ -90,7 +90,8 @@
<error regexp="(?i)Warning.*sybase.*"/> <error regexp="(?i)Warning.*sybase.*"/>
<error regexp="Sybase message"/> <error regexp="Sybase message"/>
<error regexp="Sybase.*Server message.*"/> <error regexp="Sybase.*Server message.*"/>
<error regexp=".*SybSQLException*."/> <error regexp="SybSQLException"/>
<error regexp="com\.sybase\.jdbc"/>
</dbms> </dbms>
<!-- Ingres --> <!-- Ingres -->