Fix by zhouhx@knownsec.com (better LIKE boundaries)

This commit is contained in:
Miroslav Stampar 2012-08-06 19:04:23 +02:00
parent b483710927
commit 6fdbe4eb89

View File

@ -453,7 +453,7 @@ Formats:
<where>1,2</where>
<ptype>2</ptype>
<prefix>%')</prefix>
<suffix></suffix>
<suffix>AND ('%'='</suffix>
</boundary>
<boundary>
@ -462,7 +462,7 @@ Formats:
<where>1,2</where>
<ptype>2</ptype>
<prefix>%'))</prefix>
<suffix></suffix>
<suffix>AND (('%'='</suffix>
</boundary>
<boundary>
@ -471,7 +471,7 @@ Formats:
<where>1,2</where>
<ptype>2</ptype>
<prefix>%')))</prefix>
<suffix></suffix>
<suffix>AND ((('%'='</suffix>
</boundary>
<boundary>
@ -480,7 +480,7 @@ Formats:
<where>1,2</where>
<ptype>2</ptype>
<prefix>%'</prefix>
<suffix></suffix>
<suffix>AND '%'='</suffix>
</boundary>
<!-- End of WHERE/HAVING clause boundaries -->