Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67cfc3b

Browse files
committed
Removing boundaries (it were meant to be used as 'parameter replace' logic but it's not doable for boundaries)
1 parent acad7a3 commit 67cfc3b

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

xml/payloads.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -542,24 +542,6 @@ Formats:
542542
<!-- End of pre-WHERE generic boundaries -->
543543

544544
<!-- INSERT/UPDATE generic boundaries (e.g. "INSERT INTO table VALUES ('$_REQUEST["name"]',...)"-->
545-
<boundary>
546-
<level>5</level>
547-
<clause>1</clause>
548-
<where>3</where>
549-
<ptype>2</ptype>
550-
<prefix>(SELECT [RANDNUM1] FROM DUAL WHERE [RANDNUM]=[RANDNUM]</prefix>
551-
<suffix>)</suffix>
552-
</boundary>
553-
554-
<boundary>
555-
<level>5</level>
556-
<clause>1</clause>
557-
<where>3</where>
558-
<ptype>2</ptype>
559-
<prefix>(SELECT [RANDNUM1] WHERE [RANDNUM]=[RANDNUM]</prefix>
560-
<suffix>)</suffix>
561-
</boundary>
562-
563545
<boundary>
564546
<level>5</level>
565547
<clause>1</clause>

0 commit comments

Comments
 (0)