File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4781,7 +4781,7 @@ def getSafeExString(ex, encoding=None):
47814781 Safe way how to get the proper exception represtation as a string
47824782 (Note: errors to be avoided: 1) "%s" % Exception(u'\u0161 ') and 2) "%s" % str(Exception(u'\u0161 '))
47834783
4784- >>> getSafeExString(Exception ('foobar'))
4784+ >>> getSafeExString(SqlmapBaseException ('foobar'))
47854785 u'foobar'
47864786 """
47874787
Original file line number Diff line number Diff line change 1919from lib .core .enums import OS
2020
2121# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22- VERSION = "1.3.2.28 "
22+ VERSION = "1.3.2.29 "
2323TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2424TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2525VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ c1da277517c7ec4c23e953a51b51e203 lib/controller/handler.py
3030fb6be55d21a70765e35549af2484f762 lib/controller/__init__.py
3131ed7874be0d2d3802f3d20184f2b280d5 lib/core/agent.py
3232a932126e7d80e545c5d44af178d0bc0c lib/core/bigarray.py
33- 0d12ca1436b330d986221388d054730b lib/core/common.py
33+ 4155b780398de5971f1b7b23b08f80d3 lib/core/common.py
3434de8d27ae6241163ff9e97aa9e7c51a18 lib/core/convert.py
3535abcb1121eb56d3401839d14e8ed06b6e lib/core/data.py
363600828c4455321b6987e3f882f4ef4f92 lib/core/datatype.py
@@ -50,7 +50,7 @@ d5ef43fe3cdd6c2602d7db45651f9ceb lib/core/readlineng.py
50507d8a22c582ad201f65b73225e4456170 lib/core/replication.py
51513179d34f371e0295dd4604568fb30bcd lib/core/revision.py
5252d6269c55789f78cf707e09a0f5b45443 lib/core/session.py
53- 17915750bdbf0710c2a160bbdfc8680c lib/core/settings.py
53+ 220181b1620ebf1e4d04568af65e3f7e lib/core/settings.py
54544483b4a5b601d8f1c4281071dff21ecc lib/core/shell.py
555510fd19b0716ed261e6d04f311f6f527c lib/core/subprocessng.py
565643772ea73e9e3d446f782af591cb4eda lib/core/target.py
You can’t perform that action at this time.
0 commit comments