File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919from lib .core .revision import getRevisionNumber
2020
2121# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22- VERSION = "1.0.7.3 "
22+ VERSION = "1.0.7.4 "
2323REVISION = getRevisionNumber ()
2424STABLE = VERSION .count ('.' ) <= 2
2525VERSION_STRING = "sqlmap/%s#%s" % (VERSION , "stable" if STABLE else "dev" )
Original file line number Diff line number Diff line change 6666 <dbms value =" Informix" >
6767 <error regexp =" Exception.*Informix" />
6868 <error regexp =" Informix ODBC Driver" />
69+ <error regexp =" com\.informix\.jdbc" />
70+ <error regexp =" weblogic\.jdbc\.informix" />
6971 </dbms >
7072
7173 <!-- Interbase/Firebird -->
7779 <!-- SQLite -->
7880 <dbms value =" SQLite" >
7981 <error regexp =" SQLite/JDBCDriver" />
80- <error regexp =" SQLite.Exception" />
81- <error regexp =" System.Data.SQLite.SQLiteException" />
82+ <error regexp =" SQLite\ .Exception" />
83+ <error regexp =" System\ .Data\ .SQLite\ .SQLiteException" />
8284 <error regexp =" Warning.*sqlite_.*" />
8385 <error regexp =" Warning.*SQLite3::" />
8486 <error regexp =" \[SQLITE_ERROR\]" />
You can’t perform that action at this time.
0 commit comments