File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 486
486
487
487
<test >
488
488
<title >IBM DB2 stacked queries (heavy query - comment)</title >
489
- <stype >5 </stype >
489
+ <stype >4 </stype >
490
490
<level >3</level >
491
491
<risk >2</risk >
492
492
<clause >1-8</clause >
506
506
507
507
<test >
508
508
<title >IBM DB2 stacked queries (heavy query)</title >
509
- <stype >5 </stype >
509
+ <stype >4 </stype >
510
510
<level >5</level >
511
511
<risk >2</risk >
512
512
<clause >1-8</clause >
607
607
608
608
<test >
609
609
<title >SAP MaxDB stacked queries (heavy query - comment)</title >
610
- <stype >5 </stype >
610
+ <stype >4 </stype >
611
611
<level >4</level >
612
612
<risk >2</risk >
613
613
<clause >1-8</clause >
627
627
628
628
<test >
629
629
<title >SAP MaxDB stacked queries (heavy query)</title >
630
- <stype >5 </stype >
630
+ <stype >4 </stype >
631
631
<level >5</level >
632
632
<risk >2</risk >
633
633
<clause >1-8</clause >
Original file line number Diff line number Diff line change 20
20
from thirdparty .six import unichr as _unichr
21
21
22
22
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23
- VERSION = "1.5.11.7 "
23
+ VERSION = "1.5.11.8 "
24
24
TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
25
25
TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
26
26
VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
You can’t perform that action at this time.
0 commit comments