Skip to content

Commit 94e2184

Browse files
committed
Minor update
1 parent b1ff8a3 commit 94e2184

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

data/xml/errors.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,11 @@
228228
<error regexp="io\.crate\."/>
229229
</dbms>
230230

231+
<dbms value="Cubrid">
232+
<error regexp="\[CAS INFO"/>
233+
<error regexp="cubrid\.jdbc\.driver"/>
234+
</dbms>
235+
231236
<dbms value="Cache">
232237
<error regexp="encountered after end of query"/>
233238
<error regexp="A comparison operator is required here"/>

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from thirdparty import six
2121

2222
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23-
VERSION = "1.10.7.95"
23+
VERSION = "1.10.7.96"
2424
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2525
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
2626
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)

0 commit comments

Comments
 (0)